Commit c0ddaa13 authored by Linus Torvalds's avatar Linus Torvalds

ppc64: clean up generated files at "make clean"

It missed the new vmlinux.strip file.
parent afd61de3
......@@ -121,4 +121,4 @@ $(obj)/imagesize.c: vmlinux.strip
install: $(CONFIGURE) $(obj)/$(BOOTIMAGE)
sh -x $(src)/install.sh "$(KERNELRELEASE)" "$(obj)/$(BOOTIMAGE)" "$(INSTALL_PATH)"
clean-files := $(patsubst $(obj)/%,%, $(obj-boot))
clean-files := $(addprefix $(objtree)/, $(obj-boot) vmlinux.strip)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment