Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/configs: Add ppc64le_allnoconfig target

Add a phony target for ppc64le_allnoconfig, which tests some
combinations of CONFIG symbols that aren't covered by any of our
defconfigs.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20201125031551.2112715-1-mpe@ellerman.id.au

+7
+5
arch/powerpc/Makefile
··· 375 375 $(Q)$(MAKE) KCONFIG_ALLCONFIG=$(srctree)/arch/powerpc/configs/le.config \ 376 376 -f $(srctree)/Makefile allmodconfig 377 377 378 + PHONY += ppc64le_allnoconfig 379 + ppc64le_allnoconfig: 380 + $(Q)$(MAKE) KCONFIG_ALLCONFIG=$(srctree)/arch/powerpc/configs/ppc64le.config \ 381 + -f $(srctree)/Makefile allnoconfig 382 + 378 383 PHONY += ppc64_book3e_allmodconfig 379 384 ppc64_book3e_allmodconfig: 380 385 $(Q)$(MAKE) KCONFIG_ALLCONFIG=$(srctree)/arch/powerpc/configs/85xx-64bit.config \
+2
arch/powerpc/configs/ppc64le.config
··· 1 + CONFIG_PPC64=y 2 + CONFIG_CPU_LITTLE_ENDIAN=y