summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8309ccb..9b1ccd9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,6 +35,8 @@ libpdbg_la_SOURCES = \
libpdbg/kernel.c \
libpdbg/fakepib.c \
libpdbg/chip.c \
+ libpdbg/p8chip.c \
+ libpdbg/p9chip.c \
libpdbg/bmcfsi.c \
libpdbg/cfam.c \
libpdbg/i2c.c \
@@ -45,6 +47,10 @@ libpdbg_la_SOURCES = \
%.dts: %.dts.m4
m4 -Isrc $< > $@
+%.dtsi: %.dtsi.m4
+ m4 -Isrc $< > $@
+
+p9w-fsi.dtb.o: p9w-fsi.dts p9-fsi.dtsi
%.dtb.o: %.dts
dtc -I dts $< -O dtb > $@.tmp
OpenPOWER on IntegriCloud