3 # repertoire des modules
4 AVERSIVE_DIR = ../../..
6 SRC = $(TARGET).c cmdline.c commands_ax12.c commands_gen.c
7 SRC += commands_cs.c commands_mainboard.c commands_traj.c commands.c
8 SRC += i2c_protocol.c sensor.c actuator.c cs.c ax12_user.c
9 SRC += strat_utils.c strat_base.c strat.c strat_corn.c
10 SRC += strat_db.c strat_avoid.c
17 CFLAGS += -Wall -Werror
19 LDFLAGS = -T ../common/avr6.x
22 ########################################
24 -include .aversive_conf
25 include $(AVERSIVE_DIR)/mk/aversive_project.mk
29 program_noerase: $(TARGET).$(FORMAT_EXTENSION) $(TARGET).eep
30 echo $(AVRDUDE) -D -V $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE_EEPROM) ;\
31 $(AVRDUDE) -D -V $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE_EEPROM) ;\