aboutsummaryrefslogtreecommitdiff
path: root/hdata/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 /hdata/Makefile.inc
downloadskiboot-1d880992fd8c8457a2d990ac6622cfd58fb1b261.zip
skiboot-1d880992fd8c8457a2d990ac6622cfd58fb1b261.tar.gz
skiboot-1d880992fd8c8457a2d990ac6622cfd58fb1b261.tar.bz2
Initial commit of Open Source release
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'hdata/Makefile.inc')
-rw-r--r--hdata/Makefile.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/hdata/Makefile.inc b/hdata/Makefile.inc
new file mode 100644
index 0000000..44f8c86
--- /dev/null
+++ b/hdata/Makefile.inc
@@ -0,0 +1,8 @@
+# -*-Makefile-*-
+
+SUBDIRS += hdata
+HDATA_OBJS = spira.o paca.o pcia.o hdif.o memory.o fsp.o iohub.o vpd.o slca.o
+HDATA_OBJS += cpu-common.o vpd-common.o hostservices.o
+DEVSRC_OBJ = hdata/built-in.o
+
+$(DEVSRC_OBJ): $(HDATA_OBJS:%=hdata/%)