2b18f2065cbd5726c281f8170cd881418aa3f397
[aversive.git] / projects / microb2010 / mainboard / Makefile
1 TARGET = main
2
3 # repertoire des modules
4 AVERSIVE_DIR = ../../..
5
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
10
11 ASRC = 
12
13 CFLAGS += -Wall -Werror
14 LDFLAGS = -T ../common/avr6.x
15
16 ########################################
17
18 -include .aversive_conf
19 include $(AVERSIVE_DIR)/mk/aversive_project.mk
20
21 AVRDUDE_DELAY=50
22
23 program_noerase: $(TARGET).$(FORMAT_EXTENSION) $(TARGET).eep
24         echo $(AVRDUDE) -D -V $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE_EEPROM) ;\
25         $(AVRDUDE) -D -V $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE_EEPROM) ;\
26