mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
9 lines
175 B
Makefile
9 lines
175 B
Makefile
TOOLCHAIN = NATIVE
|
|
|
|
include $(MK_DIR)/find_tools.mk
|
|
|
|
# Linux build is just the same as SITL for now
|
|
OPTFLAGS = -O0
|
|
LIBS = -lm -lpthread -lrt
|
|
include $(MK_DIR)/board_native.mk
|