X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbrcm63xx%2Fimage%2FMakefile;fp=target%2Flinux%2Fbrcm63xx%2Fimage%2FMakefile;h=cb9bf271dd0db6395cd4301cf5d68b1d8a12547a;hb=3988c789d426c80eab5e41c2f40eefd3e4128496;hp=139a2e307658685a8f5ead45e5fbb6202d79a31c;hpb=a7dbda0b8cbfeba5c82b5e4f791fd42f2f707e0a;p=openwrt.git diff --git a/target/linux/brcm63xx/image/Makefile b/target/linux/brcm63xx/image/Makefile index 139a2e3076..cb9bf271dd 100755 --- a/target/linux/brcm63xx/image/Makefile +++ b/target/linux/brcm63xx/image/Makefile @@ -167,6 +167,7 @@ define Image/PrepareLoaderDTB # append dtb to vmlinux, then build a standard LZMA loader cat $(KDIR)/vmlinux$(1) $(DTS_DIR)/$(2).dtb > $(KDIR)/vmlinux$(1)-$(2) $(call Image/PrepareLoader,$(1)-$(2),$(3),$(4)) + rm -f $(KDIR)/vmlinux$(1)-$(2) endef define Image/PrepareCFELzmaKernel @@ -198,6 +199,7 @@ define Image/PrepareCFELzmaKernelDTB $(LINUX_DIR)/scripts/dtc/dtc -O dtb -o $(DTS_DIR)/$(1).dtb ../dts/$(1).dts cat $(KDIR)/vmlinux $(DTS_DIR)/$(1).dtb > $(KDIR)/vmlinux-$(1) $(call Image/PrepareCFELzmaKernel,-$(1)) + rm -f $(KDIR)/vmlinux-$(1) endef define Image/Prepare