summaryrefslogtreecommitdiff
path: root/os/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'os/Makefile')
-rw-r--r--os/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/os/Makefile b/os/Makefile
new file mode 100644
index 0000000..6f6ce2e
--- /dev/null
+++ b/os/Makefile
@@ -0,0 +1,12 @@
+TARGET_LIB = libos.a
+
+all: $(TARGET_LIB)
+
+include $(ROOTDIR)/common.mk
+include config.mk
+
+TARGET_SRCS = src/init.c
+
+include $(ROOTDIR)/target-rules.mk
+
+clean: clean-generic