Skip to content

Commit bcfc298

Browse files
authored
Merge pull request #987 from Sbte/master
Fix HASWELL capitalization in kernel cmake file
2 parents 85636ff + ce7c6c6 commit bcfc298

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ endforeach ()
118118
# Makefile.L3
119119
set(USE_TRMM false)
120120

121-
if (${ARCH} STREQUAL "arm" OR ${ARCH} STREQUAL "arm64" OR "${TARGET}" STREQUAL "LONGSOON3B" OR "${TARGET}" STREQUAL "GENERIC" OR "${CORE}" STREQUAL "generic" OR "${TARGET}" STREQUAL "HASWELL" OR "${CORE}" STREQUAL "haswell")
121+
if (${ARCH} STREQUAL "arm" OR ${ARCH} STREQUAL "arm64" OR "${TARGET}" STREQUAL "LONGSOON3B" OR "${TARGET}" STREQUAL "GENERIC" OR "${CORE}" STREQUAL "generic" OR "${TARGET}" STREQUAL "HASWELL" OR "${CORE}" STREQUAL "HASWELL")
122122
set(USE_TRMM true)
123123
endif ()
124124

0 commit comments

Comments
 (0)