mirror of
https://github.com/adulau/aha.git
synced 2025-01-01 05:36:24 +00:00
[PATCH] powerpc: Fix clean_files in arch/powerpc/boot Makefile
clean-files was being set twice rather than being appended to. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
This commit is contained in:
parent
c38a04b1ba
commit
886c98d786
1 changed files with 1 additions and 1 deletions
|
@ -176,4 +176,4 @@ $(obj)/uImage: $(obj)/vmlinux.gz
|
||||||
install: $(CONFIGURE) $(BOOTIMAGE)
|
install: $(CONFIGURE) $(BOOTIMAGE)
|
||||||
sh -x $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" vmlinux System.map "$(INSTALL_PATH)" "$(BOOTIMAGE)"
|
sh -x $(srctree)/$(src)/install.sh "$(KERNELRELEASE)" vmlinux System.map "$(INSTALL_PATH)" "$(BOOTIMAGE)"
|
||||||
|
|
||||||
clean-files := $(addprefix $(objtree)/, $(obj-boot) vmlinux.strip)
|
clean-files += $(addprefix $(objtree)/, $(obj-boot) vmlinux.strip)
|
||||||
|
|
Loading…
Reference in a new issue