From 965df7faefabdd5f571b5eb46d45470223c91e12 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Mon, 24 Jan 2011 10:35:19 +0100 Subject: Adding sbrk, and fixing a couple of other makefile problems. --- os/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'os/Makefile') diff --git a/os/Makefile b/os/Makefile index 6f6ce2e..070566d 100644 --- a/os/Makefile +++ b/os/Makefile @@ -4,8 +4,9 @@ all: $(TARGET_LIB) include $(ROOTDIR)/common.mk include config.mk +include $(ROOTDIR)/FreeRTOS/config.mk -TARGET_SRCS = src/init.c +TARGET_SRCS = src/init.c src/sbrk.c include $(ROOTDIR)/target-rules.mk -- cgit v1.2.3