From 1b108126c12b97c379a899bc3d2dba1b65ef59df Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Mon, 24 Jan 2011 07:03:11 +0100 Subject: Adding skeleton OS directory, and fixing the ldscript. --- os/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 os/Makefile (limited to 'os/Makefile') 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 -- cgit v1.2.3