forked from Archive/PX4-Autopilot
11 lines
157 B
Makefile
11 lines
157 B
Makefile
|
#
|
||
|
# Board-specific definitions for the PX4FMUv2
|
||
|
#
|
||
|
|
||
|
#
|
||
|
# Configure the toolchain
|
||
|
#
|
||
|
CONFIG_ARCH = CORTEXM4F
|
||
|
|
||
|
include $(PX4_MK_DIR)/toolchain_gnu-arm-eabi.mk
|