mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-02 14:13:42 -04:00
f5f2e6dcd9
-pthread is the one supposed to be used because it defines pre-defined macros as -lpthread doesn't
9 lines
196 B
Makefile
9 lines
196 B
Makefile
TOOLCHAIN = NATIVE
|
|
|
|
include $(MK_DIR)/find_tools.mk
|
|
|
|
# Linux build is just the same as SITL for now
|
|
LIBS = -lm -pthread -lrt
|
|
include $(MK_DIR)/board_native.mk
|
|
include $(MK_DIR)/upload_firmware.mk
|