mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
002ac9f505
factorize code with v1.0
14 lines
213 B
Makefile
14 lines
213 B
Makefile
# Hey Emacs, this is a -*- makefile -*-
|
|
#
|
|
# tawaki_1.1.makefile
|
|
#
|
|
# based on STM32F7
|
|
# only compatible with ChibiOS
|
|
#
|
|
|
|
BOARD=tawaki
|
|
BOARD_VERSION=1.1
|
|
|
|
include $(PAPARAZZI_HOME)/conf/boards/tawaki_common.makefile
|
|
|