mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-22 00:20:34 +08:00
12 lines
208 B
Makefile
12 lines
208 B
Makefile
#
|
|
# Board-specific definitions for the PX4_STM32F4DISCOVERY
|
|
#
|
|
|
|
#
|
|
# Configure the toolchain
|
|
#
|
|
CONFIG_ARCH = CORTEXM4F
|
|
CONFIG_BOARD = PX4_STM32F4DISCOVERY
|
|
|
|
include $(PX4_MK_DIR)/toolchain_gnu-arm-eabi.mk
|