From 30306a42972f6a414e8b23e7942fd77f74af80db Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Thu, 27 Jan 2011 00:04:27 +0100 Subject: 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. --- FreeRTOS/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'FreeRTOS') 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 -- cgit v1.2.3