summaryrefslogtreecommitdiff
path: root/os/Makefile
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2011-02-02 08:35:38 -0800
committerPixel <pixel@nobis-crew.org>2011-02-02 08:35:38 -0800
commit3ca9b28c5b04220565c206bd73d9ebb48b64db3b (patch)
tree86ffbb085f2c255de44321c858780c77dc7583d8 /os/Makefile
parent29dc401e5ba2c3f5676d426c4c1b10f1fc475fcd (diff)
Making a sample code for the 'romfs' thingy.
Diffstat (limited to 'os/Makefile')
-rw-r--r--os/Makefile4
1 files changed, 4 insertions, 0 deletions
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