PX4-Autopilot/makefiles/linux/board_linux.mk
Mark Charlebois 5f3496353c Linux: added support for sdlog2
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
2015-04-20 11:15:12 -07:00

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