Commit 2aca4d66 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

Include the debug stub code by default.

It's only 1k.
parent f3f55df3
...@@ -49,6 +49,9 @@ LDFLAGS_PLATFORM = -mmultiply-enabled -mbarrel-shift-enabled -nostdlib -T targ ...@@ -49,6 +49,9 @@ LDFLAGS_PLATFORM = -mmultiply-enabled -mbarrel-shift-enabled -nostdlib -T targ
OBJS_PLATFORM=target/lm32/crt0.o target/lm32/irq.o OBJS_PLATFORM=target/lm32/crt0.o target/lm32/irq.o
endif endif
# Comment this out if you don't want debugging
OBJS_PLATFORM+=target/lm32/debug.o
CC=$(CROSS_COMPILE)gcc CC=$(CROSS_COMPILE)gcc
OBJCOPY=$(CROSS_COMPILE)objcopy OBJCOPY=$(CROSS_COMPILE)objcopy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment