Masahiro Yamada <masahiroy@xxxxxxxxxx> writes: > ... > diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile > index aa6808e70647..b61d8be3c226 100644 > --- a/arch/powerpc/Makefile > +++ b/arch/powerpc/Makefile > @@ -411,9 +409,6 @@ install: > sh -x $(srctree)/$(boot)/install.sh "$(KERNELRELEASE)" vmlinux \ > System.map "$(INSTALL_PATH)" > > -archclean: > - $(Q)$(MAKE) $(clean)=$(boot) > - > ifeq ($(KBUILD_EXTMOD),) > # We need to generate vdso-offsets.h before compiling certain files in kernel/. > # In order to do that, we should use the archprepare target, but we can't since Seems to work. Acked-by: Michael Ellerman <mpe@xxxxxxxxxxxxxx> (powerpc) cheers