From 3ca9b28c5b04220565c206bd73d9ebb48b64db3b Mon Sep 17 00:00:00 2001 From: Pixel Date: Wed, 2 Feb 2011 08:35:38 -0800 Subject: Making a sample code for the 'romfs' thingy. --- os/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'os/Makefile') diff --git a/os/Makefile b/os/Makefile index cfc6e33..d7d0419 100644 --- a/os/Makefile +++ b/os/Makefile @@ -36,6 +36,10 @@ src/malloc.c \ src/printf.c \ src/sprintf.c \ +ifeq ($(CPU),arm) +TARGET_SRCS += src/semifs.c +endif + include $(ROOTDIR)/target-rules.mk clean: clean-generic -- cgit v1.2.3