summaryrefslogtreecommitdiff
path: root/avr/Tupfile
diff options
context:
space:
mode:
Diffstat (limited to 'avr/Tupfile')
-rw-r--r--avr/Tupfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/avr/Tupfile b/avr/Tupfile
index b7da73b..199b86c 100644
--- a/avr/Tupfile
+++ b/avr/Tupfile
@@ -35,6 +35,7 @@ GDB = $(TOOLCHAIN)-gdb
###############################################################################
ifdef DEBUG
+SRC += debug.c
DEFS += -DDEBUG=2
endif