ardupilot/mk/board_linux.mk

9 lines
196 B
Makefile
Raw Normal View History

2013-09-22 03:04:08 -03:00
TOOLCHAIN = NATIVE
include $(MK_DIR)/find_tools.mk
# Linux build is just the same as SITL for now
2016-02-08 04:29:23 -04:00
LIBS = -lm -pthread -lrt
include $(MK_DIR)/board_native.mk
2016-02-08 04:29:23 -04:00
include $(MK_DIR)/upload_firmware.mk