vt100: include pgmspace.h as we use PROGMEM macro
[aversive.git] / modules / debug / diagnostic / Makefile
1 TARGET = diagnostic
2
3 # List C source files here. (C dependencies are automatically generated.)
4 ifeq ($(HOST),avr)
5 SRC = stack_space.c int_show.c stackdump.c
6 else
7 SRC = diag_host.c stackdump.c
8 endif
9
10 include $(AVERSIVE_DIR)/mk/aversive_module.mk
11