summaryrefslogtreecommitdiffstats
path: root/libc/Makefile.inc
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-07-02 15:36:20 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-07-02 15:36:20 +1000
commit1d880992fd8c8457a2d990ac6622cfd58fb1b261 (patch)
treec4c843b12e96b5612c315db5a23c5da1a900618c /libc/Makefile.inc
downloadblackbird-skiboot-1d880992fd8c8457a2d990ac6622cfd58fb1b261.tar.gz
blackbird-skiboot-1d880992fd8c8457a2d990ac6622cfd58fb1b261.zip
Initial commit of Open Source release
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'libc/Makefile.inc')
-rw-r--r--libc/Makefile.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/libc/Makefile.inc b/libc/Makefile.inc
new file mode 100644
index 00000000..7503f092
--- /dev/null
+++ b/libc/Makefile.inc
@@ -0,0 +1,12 @@
+LIBCDIR = libc
+
+SUBDIRS += $(LIBCDIR)
+LIBC = $(LIBCDIR)/built-in.o
+
+include $(SRC)/$(LIBCDIR)/string/Makefile.inc
+include $(SRC)/$(LIBCDIR)/ctype/Makefile.inc
+include $(SRC)/$(LIBCDIR)/stdlib/Makefile.inc
+include $(SRC)/$(LIBCDIR)/stdio/Makefile.inc
+
+$(LIBC): $(STRING) $(CTYPE) $(STDLIB) $(STDIO)
+
OpenPOWER on IntegriCloud