mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-30 12:10:35 +08:00
12 lines
180 B
Makefile
12 lines
180 B
Makefile
#
|
|
# Board-specific definitions for the PX4IO
|
|
#
|
|
|
|
#
|
|
# Configure the toolchain
|
|
#
|
|
CONFIG_ARCH = CORTEXM3
|
|
CONFIG_BOARD = PX4IO_V1
|
|
|
|
include $(PX4_MK_DIR)/toolchain_gnu-arm-eabi.mk
|