summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5cc95f6..666898c 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,8 @@ STAGE3_C = \
stage3/version.o \
stage3/rng.o \
stage3/cheese3d.o \
- stage3/cheese_demo.o
+ stage3/cheese_demo.o \
+ stage3/debug.o
STAGE3 = $(STAGE3_C) \
stage3/isr.o \