aboutsummaryrefslogtreecommitdiff
path: root/makefiles/board_px4fmu-v1.mk
blob: 4d692e31abd3c25bf7c1fe7757f85fabdb30297c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#
# Board-specific definitions for the PX4FMU
#

#
# Configure the toolchain
#
CONFIG_ARCH			 = CORTEXM4F
CONFIG_BOARD			 = PX4FMU_V1

include $(PX4_MK_DIR)/toolchain_gnu-arm-eabi.mk