Update Makefile

This commit is contained in:
Martin Kroeker
2018-12-16 18:14:40 +01:00
committed by GitHub
parent cfc4acc221
commit c4e23dd016

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)