]> git.droids-corp.org - aversive.git/blobdiff - modules/debug/diagnostic/Makefile
fix race on state machines
[aversive.git] / modules / debug / diagnostic / Makefile
index 9f8da585798f1204aa4234bce0449815b376ab21..b6eb78a41aca119a7e5faa5296fabb2d5d1295dd 100644 (file)
@@ -4,7 +4,7 @@ TARGET = diagnostic
 ifeq ($(HOST),avr)
 SRC = stack_space.c int_show.c
 else
-SRC = diag_host.c
+SRC = diag_host.c 
 endif
 
 include $(AVERSIVE_DIR)/mk/aversive_module.mk