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