Proper dependency tracking

Change-Id: Ib55da5b0c9779610c323ddaf6f695eb88d3583c7
This commit is contained in:
Romain Goyet
2016-11-11 19:52:15 +01:00
parent 6248a63b29
commit 5f04544503
3 changed files with 26 additions and 10 deletions

View File

@@ -9,6 +9,7 @@ $(symbols_file): $(tests)
runner_objs += $(addprefix quiz/src/, runner.o symbols.o)
test_objs = $(subst .c,.o, $(subst .cpp,.o,$(tests)))
products += test.$(EXE) test.hex test.bin $(runner_objs) $(test_objs)
test.$(EXE): $(objs) $(runner_objs) $(test_objs)
test.$(EXE): $(runner_objs) $(test_objs)
products += test.$(EXE) $(runner_objs) $(test_objs)