Skip to content

Commit c4e23dd

Browse files
authored
Update Makefile
1 parent cfc4acc commit c4e23dd

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
@@ -37,7 +37,7 @@ ifeq ($(TARGET_CORE), SKYLAKEX)
3737
override CFLAGS += -fno-asynchronous-unwind-tables
3838
endif
3939
endif
40-
else ifeq($(TARGET_CORE), HASWELL)
40+
else ifeq ($(TARGET_CORE), HASWELL)
4141
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) $(AVX2OPT)
4242
else
4343
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)

0 commit comments

Comments
 (0)