From eee119de6a2bd0487e91daf69e7962351e2a3c9c Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Mon, 24 Jan 2011 18:23:01 +0100 Subject: Dummy software compiles; fixed a few linking issues. Also, most of the kernel syscalls are missing. --- os/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/Makefile') diff --git a/os/Makefile b/os/Makefile index 070566d..c19d685 100644 --- a/os/Makefile +++ b/os/Makefile @@ -6,7 +6,7 @@ include $(ROOTDIR)/common.mk include config.mk include $(ROOTDIR)/FreeRTOS/config.mk -TARGET_SRCS = src/init.c src/sbrk.c +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 include $(ROOTDIR)/target-rules.mk -- cgit v1.2.3