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. --- FreeRTOS/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'FreeRTOS') diff --git a/FreeRTOS/Makefile b/FreeRTOS/Makefile index 7c8149d..3da061d 100644 --- a/FreeRTOS/Makefile +++ b/FreeRTOS/Makefile @@ -6,6 +6,7 @@ include $(ROOTDIR)/common.mk include config.mk include $(ROOTDIR)/arch/config.mk include $(ROOTDIR)/os/config.mk +include $(ROOTDIR)/libc/config.mk TARGET_SRCS = Source/croutine.c Source/list.c Source/queue.c Source/tasks.c -- cgit v1.2.3