mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
12 lines
185 B
Makefile
12 lines
185 B
Makefile
#
|
|
# Board-specific definitions for the Linux port of PX4
|
|
#
|
|
|
|
#
|
|
# Configure the toolchain
|
|
#
|
|
CONFIG_ARCH = NATIVE
|
|
CONFIG_BOARD = LINUXTEST
|
|
|
|
include $(PX4_MK_DIR)/toolchain_native.mk
|