summaryrefslogtreecommitdiff
path: root/os/Makefile
diff options
context:
space:
mode:
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