From a1f6f3f277f7e79bf10e196494a8d6dfa6123cfa Mon Sep 17 00:00:00 2001 From: Pixel 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. --- os/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'os') diff --git a/os/Makefile b/os/Makefile index c19d685..42a553c 100644 --- a/os/Makefile +++ b/os/Makefile @@ -5,6 +5,7 @@ all: $(TARGET_LIB) include $(ROOTDIR)/common.mk 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 -- cgit v1.2.3