summaryrefslogtreecommitdiffstats
path: root/platforms/bmc/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 /platforms/bmc/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 'platforms/bmc/Makefile.inc')
-rw-r--r--platforms/bmc/Makefile.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/platforms/bmc/Makefile.inc b/platforms/bmc/Makefile.inc
new file mode 100644
index 00000000..348e594a
--- /dev/null
+++ b/platforms/bmc/Makefile.inc
@@ -0,0 +1,6 @@
+SUBDIRS += $(PLATDIR)/bmc
+
+BMC_OBJS = palmetto.o pnor.o
+BMC = $(PLATDIR)/bmc/built-in.o
+$(BMC): $(BMC_OBJS:%=$(PLATDIR)/bmc/%)
+
OpenPOWER on IntegriCloud