mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
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
This commit is contained in:
parent
c88017cf2a
commit
5d82344795
2 changed files with 7 additions and 0 deletions
|
|
@ -375,6 +375,11 @@ ppc64le_allmodconfig:
|
|||
$(Q)$(MAKE) KCONFIG_ALLCONFIG=$(srctree)/arch/powerpc/configs/le.config \
|
||||
-f $(srctree)/Makefile allmodconfig
|
||||
|
||||
PHONY += ppc64le_allnoconfig
|
||||
ppc64le_allnoconfig:
|
||||
$(Q)$(MAKE) KCONFIG_ALLCONFIG=$(srctree)/arch/powerpc/configs/ppc64le.config \
|
||||
-f $(srctree)/Makefile allnoconfig
|
||||
|
||||
PHONY += ppc64_book3e_allmodconfig
|
||||
ppc64_book3e_allmodconfig:
|
||||
$(Q)$(MAKE) KCONFIG_ALLCONFIG=$(srctree)/arch/powerpc/configs/85xx-64bit.config \
|
||||
|
|
|
|||
2
arch/powerpc/configs/ppc64le.config
Normal file
2
arch/powerpc/configs/ppc64le.config
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
CONFIG_PPC64=y
|
||||
CONFIG_CPU_LITTLE_ENDIAN=y
|
||||
Loading…
Add table
Add a link
Reference in a new issue