]> git.ipfire.org Git - thirdparty/kernel/stable.git/blobdiff - arch/metag/boot/dts/Makefile
kbuild: handle dtb-y and CONFIG_OF_ALL_DTBS natively in Makefile.lib
[thirdparty/kernel/stable.git] / arch / metag / boot / dts / Makefile
index 83d5b883e1f7d3553d232a713eeda2c73e7e9012..0060147e12a63ef4117a0e7c5bb2ff1f9c7df656 100644 (file)
@@ -12,9 +12,4 @@ endif
 dtb-$(CONFIG_METAG_BUILTIN_DTB)        += $(builtindtb-y).dtb
 obj-$(CONFIG_METAG_BUILTIN_DTB)        += $(builtindtb-y).dtb.o
 
-dtstree                := $(srctree)/$(src)
-dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
-
 .SECONDARY: $(obj)/$(builtindtb-y).dtb.S
-
-always += $(dtb-y)