You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kernel/CMakeLists.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ endforeach ()
114
114
# Makefile.L3
115
115
set(USE_TRMM false)
116
116
117
-
if (${ARCH}STREQUAL"arm"OR${ARCH}STREQUAL"arm64"OR"${TARGET}"STREQUAL"LONGSOON3B"OR"${TARGET}"STREQUAL"GENERIC"OR"${CORE}"STREQUAL"generic")
117
+
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")
0 commit comments