@@ -82,10 +82,10 @@ DT = fake.dts fake-backend.dts fake2.dts fake2-backend.dts \
p8-fsi.dts p8-i2c.dts p8-kernel.dts \
p9w-fsi.dts p9r-fsi.dts p9z-fsi.dts bmc-kernel.dts \
bmc-sbefifo.dts \
- p8-host.dts p9-host.dts p8.dts
+ p8-host.dts p9-host.dts p8.dts p9.dts
-DT_sources = $(DT:.dts=.dtb.S) p9.dtb.S
-DT_headers = $(DT:.dts=.dt.h) p9.dt.h
+DT_sources = $(DT:.dts=.dtb.S)
+DT_headers = $(DT:.dts=.dt.h)
optcmd_test_SOURCES = src/optcmd.c src/parsers.c src/tests/optcmd_test.c
optcmd_test_CFLAGS = -Wall -g
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org> --- Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)