Re: [PATCH 2/2] kbuild: use more subdir- for visiting subdirectories while cleaning
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2021-10-15 12:09:57
Also in:
linuxppc-dev
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2021-10-15 12:09:57
Also in:
linuxppc-dev
Masahiro Yamada [off-list ref] 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@ellerman.id.au> (powerpc) cheers