diff options
| author | Marek Vasut <[email protected]> | 2024-10-04 02:10:42 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-10-14 19:32:04 -0600 |
| commit | d2061828a4c1b60b44cd2307b6a782ac2efbffbe (patch) | |
| tree | d82e869ea83c34a68111408d6ee2a14277ff17d1 /arch/xtensa | |
| parent | d467f359c4c875a96857ced2b660b4d185b4714f (diff) | |
dts: Deduplicate dtbs target
The dtbs: target is almost identical in all architecture Makefiles.
All architecture Makefiles include scripts/Makefile.dts . Deduplicate
the dtbs: target into scripts/Makefile.dts . No functional change.
Reviewed-by: Sumit Garg <[email protected]>
Signed-off-by: Marek Vasut <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Tested-by: Caleb Connolly <[email protected]> #qcom, OF_UPSTREAM
Diffstat (limited to 'arch/xtensa')
| -rw-r--r-- | arch/xtensa/dts/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/xtensa/dts/Makefile b/arch/xtensa/dts/Makefile index c22c50ac4e5..aa582b85e5c 100644 --- a/arch/xtensa/dts/Makefile +++ b/arch/xtensa/dts/Makefile @@ -4,12 +4,4 @@ dtb-$(CONFIG_XTENSA) += ml605.dtb ml605_nommu.dtb kc705.dtb kc705_nommu.dtb include $(srctree)/scripts/Makefile.dts -targets += $(dtb-y) - DTC_FLAGS += - -PHONY += dtbs -dtbs: $(addprefix $(obj)/, $(dtb-y)) - @: - -clean-files := *.dtb |
