mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-08 10:50:19 +08:00
11 lines
160 B
Makefile
11 lines
160 B
Makefile
#
|
|
# Platform-specific definitions for the PX4IO
|
|
#
|
|
|
|
#
|
|
# Configure the toolchain
|
|
#
|
|
CONFIG_ARCH = CORTEXM3
|
|
|
|
include $(PX4_MK_INCLUDE)/toolchain_gnu-arm-eabi.mk
|