summaryrefslogtreecommitdiff
path: root/os/Makefile
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2011-01-26 23:04:31 +0100
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2011-01-26 23:04:31 +0100
commite1677a34840ea225d54d216757172907ebb78c0b (patch)
treed86fbfbb352dafcfd4c8d931495a15f682e9fef2 /os/Makefile
parent2737d81d205a1cf086197fc2f75445e491d18c1f (diff)
Adding debugging system for the os layer.
Diffstat (limited to 'os/Makefile')
-rw-r--r--os/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/Makefile b/os/Makefile
index 42a553c..453c8d1 100644
--- a/os/Makefile
+++ b/os/Makefile
@@ -7,7 +7,7 @@ include config.mk
include $(ROOTDIR)/FreeRTOS/config.mk
include $(ROOTDIR)/arch/config.mk
-TARGET_SRCS = src/init.c src/sbrk.c src/sprintf.c src/malloc.c src/free.c src/fclose.c src/read.c src/lseek.c src/write.c src/close.c
+TARGET_SRCS = src/init.c src/sbrk.c src/sprintf.c src/malloc.c src/free.c src/fclose.c src/read.c src/lseek.c src/write.c src/close.c src/osdebug.c
include $(ROOTDIR)/target-rules.mk