X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=arch%2Fmetag%2Fboot%2Fdts%2FMakefile;h=f0a180f62766b86cb03a77f54164d4807ea8b05c;hb=37cb8e1f8e10c6e9bd2a1b95cdda0620a21b0551;hp=ad5dde558db10aeb65101ccb72865c1a5e02b41e;hpb=6a77d86655a1f22f099e5c73eef61dea9c56d633;p=mirror_ubuntu-bionic-kernel.git diff --git a/arch/metag/boot/dts/Makefile b/arch/metag/boot/dts/Makefile index ad5dde558db1..f0a180f62766 100644 --- a/arch/metag/boot/dts/Makefile +++ b/arch/metag/boot/dts/Makefile @@ -13,10 +13,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) -clean-files += *.dtb *.dtb.S