mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-09 03:02:36 +08:00
5f3496353c
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
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
|