ardupilot/mk/board_linux.mk
2013-09-28 21:24:03 +10:00

8 lines
151 B
Makefile

TOOLCHAIN = NATIVE
include $(MK_DIR)/find_tools.mk
# Linux build is just the same as SITL for now
OPTFLAGS = -O0
include $(MK_DIR)/board_avr_sitl.mk