From 2aca4d662a83ca9d4170cd1e82e4c637d1078ad9 Mon Sep 17 00:00:00 2001 From: "Wesley W. Terpstra" Date: Tue, 4 Oct 2011 13:20:33 +0200 Subject: [PATCH] Include the debug stub code by default. It's only 1k. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 112c515b..2a5b11a8 100644 --- a/Makefile +++ b/Makefile @@ -49,6 +49,9 @@ LDFLAGS_PLATFORM = -mmultiply-enabled -mbarrel-shift-enabled -nostdlib -T targ OBJS_PLATFORM=target/lm32/crt0.o target/lm32/irq.o endif +# Comment this out if you don't want debugging +OBJS_PLATFORM+=target/lm32/debug.o + CC=$(CROSS_COMPILE)gcc OBJCOPY=$(CROSS_COMPILE)objcopy -- 2.18.1