mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
11 lines
155 B
Makefile
11 lines
155 B
Makefile
#
|
|
# Board-specific definitions for the PX4FMU
|
|
#
|
|
|
|
#
|
|
# Configure the toolchain
|
|
#
|
|
CONFIG_ARCH = CORTEXM4F
|
|
|
|
include $(PX4_MK_DIR)/toolchain_gnu-arm-eabi.mk
|