Update Makefile
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Sun, 16 Dec 2018 17:14:40 +0000 (18:14 +0100)
committerGitHub <noreply@github.com>
Sun, 16 Dec 2018 17:14:40 +0000 (18:14 +0100)
kernel/Makefile

index 30292cd..e812250 100644 (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)