X-Git-Url: http://git.droids-corp.org/?p=aversive.git;a=blobdiff_plain;f=projects%2Fmicrob2010%2Ftests%2Fhostsim%2FMakefile;h=ffc971e12f3a6ac70422d7286cc2837ca7b05e8c;hp=9fe84d37042a948ef5771a67feaabe1b5254d303;hb=87ccd3af8abb0da3e0fa98dc8e9216fc7b676f97;hpb=1f8274e9bca0d2433f101f267b86bc70dc2ae8c4 diff --git a/projects/microb2010/tests/hostsim/Makefile b/projects/microb2010/tests/hostsim/Makefile index 9fe84d3..ffc971e 100644 --- a/projects/microb2010/tests/hostsim/Makefile +++ b/projects/microb2010/tests/hostsim/Makefile @@ -4,7 +4,10 @@ TARGET = main AVERSIVE_DIR = ../../../.. # List C source files here. (C dependencies are automatically generated.) -SRC = $(TARGET).c cs.c robotsim.c +SRC := $(TARGET).c cs.c robotsim.c cmdline.c commands.c +SRC += commands_cs.c commands_gen.c commands_mainboard.c +SRC += commands_traj.c strat.c strat_base.c strat_utils.c +SRC += actuator.c strat_avoid.c # List Assembler source files here. # Make them always end in a capital .S. Files ending in a lowercase .s