TARGET = main AVERSIVE_DIR ?= ../.. # List C source files here. (C dependencies are automatically generated.) SRC = $(TARGET).c SRC += commands.c SRC += commands_gen.c SRC += cmdline.c SRC += eeprom_config.c SRC += i2cm_sw.c SRC += imu.c SRC += mpu6050.c SRC += MadgwickAHRS.c SRC += i2c_helper.c SRC += byteordering.c SRC += fat.c SRC += sd_main.c SRC += partition.c SRC += sd_raw.c CFLAGS += -W -Wall -Werror ######################################## -include .aversive_conf include $(AVERSIVE_DIR)/mk/aversive_project.mk