5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-11 09:03:57 -03:00
ardupilot/mk/board_linux.mk

8 lines
160 B
Makefile

TOOLCHAIN = NATIVE
include $(MK_DIR)/find_tools.mk
# Linux build is just the same as SITL for now
LIBS = -lm -lpthread -lrt
include $(MK_DIR)/board_native.mk