trajectories on hostsim
[aversive.git] / projects / microb2010 / mainboard / Makefile
index 2b18f20..141943f 100755 (executable)
@@ -3,15 +3,20 @@ TARGET = main
 # repertoire des modules
 AVERSIVE_DIR = ../../..
 
-SRC  = $(TARGET).c cmdline.c commands_ax12.c commands_gen.c 
+SRC  = $(TARGET).c cmdline.c commands_ax12.c commands_gen.c
 SRC += commands_cs.c commands_mainboard.c commands_traj.c commands.c
 SRC += i2c_protocol.c sensor.c actuator.c cs.c ax12_user.c
 SRC += strat_utils.c strat_base.c strat.c
+ifeq ($(H),1)
+SRC += robotsim.c
+endif
 
-ASRC = 
+ASRC =
 
 CFLAGS += -Wall -Werror
+ifneq ($(H),1)
 LDFLAGS = -T ../common/avr6.x
+endif
 
 ########################################