forked from Archive/PX4-Autopilot
11 lines
150 B
Makefile
11 lines
150 B
Makefile
|
#
|
||
|
# Platform-specific definitions for the PX4IO
|
||
|
#
|
||
|
|
||
|
#
|
||
|
# Configure the toolchain
|
||
|
#
|
||
|
CONFIG_ARCH = CORTEXM3
|
||
|
|
||
|
include $(PX4_MK_INCLUDE)/gnu-arm-eabi.mk
|