From db8a968971df853c2f20b5ba0aa877cd89026ea5 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Tue, 14 May 2024 15:02:34 +0200 Subject: add decompiled dts --- dts/makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'dts/makefile') diff --git a/dts/makefile b/dts/makefile index 5ccaa69..a556a5f 100644 --- a/dts/makefile +++ b/dts/makefile @@ -7,11 +7,14 @@ CPPFLAGS += -I include CPPFLAGS += -undef CPPFLAGS += -x assembler-with-cpp -all: am335x-boneblack-uboot-univ.dtb +all: am335x-boneblack-uboot.dtb +# all: am335x-boneblack-uboot-univ.dtb -%.dts.pre: %.dts +%.dts.pre: src/%.dts $(CPP) $(CPPFLAGS) $< $@ -%.dtb: src/%.dts.pre +%.dtb: %.dts.pre + $(DTC) $(DTCFLAGS) -o $@ $< +%.dtb: %.dts $(DTC) $(DTCFLAGS) -o $@ $< -- cgit v1.2.3