Skip to content

Commit 6f4dc74

Browse files
authored
Fix typo
1 parent 81fbe8d commit 6f4dc74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ endif
4040
ifdef TARGET_CORE
4141
ifeq ($(TARGET_CORE), COOPERLAKE)
4242
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)
43-
ifeq ($(GCCVERSIONGTEQ10, 1)
43+
ifeq ($(GCCVERSIONGTEQ10), 1)
4444
override CFLAGS += -march=cooperlake
4545
else
4646
override CFLAGS += -march=skylake-avx512

0 commit comments

Comments
 (0)