git.droids-corp.org
/
aversive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
config: update test config files to current aversive config.in
[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