We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb1bfe commit e16214dCopy full SHA for e16214d
tools/testing/selftests/nolibc/Makefile
@@ -82,7 +82,7 @@ DEFCONFIG_x86 = defconfig
82
DEFCONFIG_arm64 = defconfig
83
DEFCONFIG_arm = multi_v7_defconfig
84
DEFCONFIG_mips32le = malta_defconfig
85
-DEFCONFIG_mips32be = malta_defconfig
+DEFCONFIG_mips32be = malta_defconfig generic/eb.config
86
DEFCONFIG_ppc = pmac32_defconfig
87
DEFCONFIG_ppc64 = powernv_be_defconfig
88
DEFCONFIG_ppc64le = powernv_defconfig
@@ -93,7 +93,6 @@ DEFCONFIG_s390 = defconfig
93
DEFCONFIG_loongarch = defconfig
94
DEFCONFIG = $(DEFCONFIG_$(XARCH))
95
96
-EXTRACONFIG_mips32be = -d CONFIG_CPU_LITTLE_ENDIAN -e CONFIG_CPU_BIG_ENDIAN
97
EXTRACONFIG = $(EXTRACONFIG_$(XARCH))
98
99
# optional tests to run (default = all)
0 commit comments