TARGET = imu # repertoire des modules AVERSIVE_DIR =../..# VALUE, absolute or relative path : example ../.. # # List C source files here. (C dependencies are automatically generated.) # SRC = $(TARGET).c bma150.c itg3200.c ak8500.c i2c_helper.c vector.c matrix.c MadgwickAHRS.c mpu6050.c SRC = $(TARGET).c i2c_helper.c mpu6050.c MadgwickAHRS.c i2cm_sw.c # List Assembler source files here. # Make them always end in a capital .S. Files ending in a lowercase .s # will not be considered source files but generated files (assembler # output from the compiler), and will be deleted upon "make clean"! # Even though the DOS/Win* filesystem matches both .s and .S the same, # it will preserve the spelling of the filenames, and gcc itself does # care about how the name is spelled on its command-line. ASRC = ######################################## -include .aversive_conf include $(AVERSIVE_DIR)/mk/aversive_project.mk