From a1f6f3f277f7e79bf10e196494a8d6dfa6123cfa Mon Sep 17 00:00:00 2001
From: Pixel <pixel@nobis-crew.org>
Date: Tue, 25 Jan 2011 07:09:44 -0800
Subject: More consistent makefiles includes. Adding BoardConsole for basic
 console output general API. Starting up console from the boot sequence.

---
 FreeRTOS/Makefile | 1 +
 1 file changed, 1 insertion(+)

(limited to 'FreeRTOS/Makefile')

diff --git a/FreeRTOS/Makefile b/FreeRTOS/Makefile
index 63760c5..90a54da 100644
--- a/FreeRTOS/Makefile
+++ b/FreeRTOS/Makefile
@@ -4,6 +4,7 @@ all: $(TARGET_LIB)
 
 include $(ROOTDIR)/common.mk
 include config.mk
+include $(ROOTDIR)/arch/config.mk
 
 TARGET_SRCS = Source/croutine.c Source/list.c Source/queue.c Source/tasks.c
 
-- 
cgit v1.2.3