From 61ba39a23786a7ae9694705af1d146c00a319144 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sat, 5 Feb 2011 04:35:27 +0100 Subject: Getting rid of newlib, starting to implement a libc. Highly experimental, highly untested. --- os/Makefile | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'os/Makefile') diff --git a/os/Makefile b/os/Makefile index 37dbf56..763f907 100644 --- a/os/Makefile +++ b/os/Makefile @@ -6,6 +6,7 @@ include $(ROOTDIR)/common.mk include config.mk include $(ROOTDIR)/FreeRTOS/config.mk include $(ROOTDIR)/arch/config.mk +include $(ROOTDIR)/libc/config.mk TARGET_SRCS = \ src/init.c \ @@ -17,25 +18,7 @@ src/hash-djb2.c \ src/osdebug.c \ src/romfs.c \ \ -src/close.c \ -src/fstat.c \ -src/isatty.c \ -src/lseek.c \ -src/open.c \ -src/read.c \ src/sbrk.c \ -src/write.c \ -\ -src/fclose.c \ -src/fflush.c \ -src/fopen.c \ -src/fprintf.c \ -src/fread.c \ -src/free.c \ -src/fwrite.c \ -src/malloc.c \ -src/printf.c \ -src/sprintf.c \ ifeq ($(CPU),arm) TARGET_SRCS += src/semifs.c -- cgit v1.2.3