Skip to content

Commit 6a7f55e

Browse files
committed
fixup
1 parent 8e7c87a commit 6a7f55e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/trusted/cpu_features/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ if (ARCH STREQUAL "i686" OR ARCH STREQUAL "amd64")
44
"arch/x86/cpu_xgetbv.S"
55
)
66
elseif (ARCH STREQUAL "armhf")
7-
# For unkown reasons src/trusted/cpu_features/build.scons was building them on every architecture.
8-
list(APPEND CPU_FEATURES_INPUTS
9-
"arch/arm/cpu_arm.c"
10-
"arch/mips/cpu_mips.c"
11-
)
7+
# For unkown reasons src/trusted/cpu_features/build.scons was building that on every architecture.
8+
list(APPEND CPU_FEATURES_INPUTS "arch/arm/cpu_arm.c")
9+
elseif (ARCH STREQUAL "mips32")
10+
# For unkown reasons src/trusted/cpu_features/build.scons was building that on every architecture.
11+
list(APPEND CPU_FEATURES_INPUTS "arch/mips/cpu_mips.c")
1212
endif()
1313

1414

0 commit comments

Comments
 (0)