From 8fbd519e538ddedcbafe5f6732b16d5d8a1b7bf4 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Fri, 28 Jan 2011 23:41:41 +0100 Subject: File IO embryo. --- os/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/Makefile') diff --git a/os/Makefile b/os/Makefile index 2dee1e9..bb74b34 100644 --- a/os/Makefile +++ b/os/Makefile @@ -8,7 +8,7 @@ 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 src/osdebug.c \ -src/printf.c src/fstat.c src/isatty.c src/fprintf.c +src/printf.c src/fstat.c src/isatty.c src/fprintf.c src/fio.c include $(ROOTDIR)/target-rules.mk -- cgit v1.2.3