[Pdbg] [PATCH] Makefile: Create unconditional list of all device trees

Amitay Isaacs amitay at ozlabs.org
Wed Jul 10 16:28:02 AEST 2019


Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
 Makefile.am | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 3c776d1..011e686 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,20 +55,18 @@ EXTRA_DIST = \
 	tests/test_driver.sh \
 	$(PDBG_TESTS)
 
-DT_ARM = p8-fsi.dts p8-i2c.dts p8-kernel.dts \
-	 p9w-fsi.dts p9r-fsi.dts p9z-fsi.dts p9-kernel.dts
-
 if TARGET_ARM
 ARCH_FLAGS="-DTARGET_ARM=1"
 endif
 
-DT_PPC = p8-host.dts p9-host.dts
-
 if TARGET_PPC
 ARCH_FLAGS="-DTARGET_PPC=1"
 endif
 
-DT = fake.dts p8-cronus.dts p9-cronus.dts $(DT_ARM) $(DT_PPC)
+DT = fake.dts p8-cronus.dts p9-cronus.dts \
+     p8-fsi.dts p8-i2c.dts p8-kernel.dts \
+     p9w-fsi.dts p9r-fsi.dts p9z-fsi.dts p9-kernel.dts \
+     p8-host.dts p9-host.dts
 
 DT_sources = $(DT:.dts=.dtb.S)
 DT_headers = $(DT:.dts=.dt.h)
-- 
2.21.0



More information about the Pdbg mailing list