diff options
Diffstat (limited to 'dts')
-rw-r--r-- | dts/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dts/Makefile b/dts/Makefile index cd6e9a968e..a7a604303c 100644 --- a/dts/Makefile +++ b/dts/Makefile @@ -43,9 +43,6 @@ endif arch-dtbs: $(Q)$(MAKE) $(build)=$(ARCH_PATH) dtbs -.SECONDARY: $(obj)/dt.dtb.S $(obj)/dt-spl.dtb.S - - ifeq ($(CONFIG_SPL_BUILD),y) obj-$(CONFIG_OF_EMBED) := dt-spl.dtb.o # support "out-of-tree" build for dtb-spl |