Cleaner MKSYSDEBUG option

This commit is contained in:
Arun Thomas
2011-08-18 14:56:34 +02:00
parent 6811647e20
commit 27c0e801f2
7 changed files with 7 additions and 6 deletions

View File

@@ -70,6 +70,7 @@ SRCS+= breakpoints.c debugreg.S
# Extra debugging routines
.if ${USE_SYSDEBUG} != "no"
SRCS+= debug.c
CPPFLAGS+= -DUSE_SYSDEBUG
.endif
# These come last, so the profiling buffer is at the end of the data segment