diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2011-01-27 00:04:27 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2011-01-27 00:04:27 +0100 |
commit | 30306a42972f6a414e8b23e7942fd77f74af80db (patch) | |
tree | af2e4d41c44af061e1e0b0069ec92e7107499e79 /FreeRTOS/Makefile | |
parent | 369a614802c835510bf20ab2b2aa3ce35050c020 (diff) |
Adding the osdebug mechanism into arch and FreeRTOS, essentially closing the circle of dependancy between all 3 libraries. Also, turning the debugging on by default.
Diffstat (limited to 'FreeRTOS/Makefile')
-rw-r--r-- | FreeRTOS/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FreeRTOS/Makefile b/FreeRTOS/Makefile index 90a54da..7c8149d 100644 --- a/FreeRTOS/Makefile +++ b/FreeRTOS/Makefile @@ -5,6 +5,7 @@ all: $(TARGET_LIB) include $(ROOTDIR)/common.mk include config.mk include $(ROOTDIR)/arch/config.mk +include $(ROOTDIR)/os/config.mk TARGET_SRCS = Source/croutine.c Source/list.c Source/queue.c Source/tasks.c |