]> git.droids-corp.org - aversive.git/blobdiff - modules/debug/diagnostic/Makefile
debug in trajectory manager
[aversive.git] / modules / debug / diagnostic / Makefile
index c51d36362c99384a1900f0c35e8d42f8cee505e9..d4fdf06573b06bfe0e98855a515ee6dac30071e4 100644 (file)
@@ -1,7 +1,11 @@
 TARGET = diagnostic
 
 # List C source files here. (C dependencies are automatically generated.)
-SRC = stack_space.c int_show.c
+ifeq ($(HOST),avr)
+SRC = stack_space.c int_show.c stackdump.c
+else
+SRC = diag_host.c stackdump.c
+endif
 
 include $(AVERSIVE_DIR)/mk/aversive_module.mk