Update Makefile

This commit is contained in:
Martin Kroeker 2018-12-16 18:14:40 +01:00 committed by GitHub
parent cfc4acc221
commit c4e23dd016
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ ifeq ($(TARGET_CORE), SKYLAKEX)
override CFLAGS += -fno-asynchronous-unwind-tables
endif
endif
else ifeq($(TARGET_CORE), HASWELL)
else ifeq ($(TARGET_CORE), HASWELL)
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) $(AVX2OPT)
else
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)