summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-01-25 07:09:44 -0800
committerPixel <pixel@nobis-crew.org>2011-01-25 07:09:44 -0800
commita1f6f3f277f7e79bf10e196494a8d6dfa6123cfa (patch)
tree7a4ef9a0fbae765a91b95f9a4840a8382829a81f /os
parentd6205d3578e89b5e20757b152d3d7ad46b5c236b (diff)
More consistent makefiles includes. Adding BoardConsole for basic console output general API. Starting up console from the boot sequence.
Diffstat (limited to 'os')
-rw-r--r--os/Makefile1
1 files changed, 1 insertions, 0 deletions
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