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.
 
 
 
 
 
 

8 lines
175 B

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