Skip to content

Commit e16214d

Browse files
committed
selftests/nolibc: drop mips32be EXTRACONFIG
kbuild already contains logic to merge predefines snippets into a defconfig file. For MIPS a snippet for big-endian is already provided. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Thomas Weißschuh <[email protected]>
1 parent cfb1bfe commit e16214d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/testing/selftests/nolibc/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ DEFCONFIG_x86 = defconfig
8282
DEFCONFIG_arm64 = defconfig
8383
DEFCONFIG_arm = multi_v7_defconfig
8484
DEFCONFIG_mips32le = malta_defconfig
85-
DEFCONFIG_mips32be = malta_defconfig
85+
DEFCONFIG_mips32be = malta_defconfig generic/eb.config
8686
DEFCONFIG_ppc = pmac32_defconfig
8787
DEFCONFIG_ppc64 = powernv_be_defconfig
8888
DEFCONFIG_ppc64le = powernv_defconfig
@@ -93,7 +93,6 @@ DEFCONFIG_s390 = defconfig
9393
DEFCONFIG_loongarch = defconfig
9494
DEFCONFIG = $(DEFCONFIG_$(XARCH))
9595

96-
EXTRACONFIG_mips32be = -d CONFIG_CPU_LITTLE_ENDIAN -e CONFIG_CPU_BIG_ENDIAN
9796
EXTRACONFIG = $(EXTRACONFIG_$(XARCH))
9897

9998
# optional tests to run (default = all)

0 commit comments

Comments
 (0)