You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
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
|