Skip to content

Commit 67fd33e

Browse files
authored
syntax fix
1 parent f4383d0 commit 67fd33e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

kernel/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endif
2828
ifdef TARGET_CORE
2929
ifeq ($(TARGET_CORE), ARMV9SME)
3030
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=armv9-a+sve2+sme
31-
ifdef (OS_WINDOWS)
31+
ifdef OS_WINDOWS
3232
ifeq ($(C_COMPILER), CLANG)
3333
override CFLAGS += --aarch64-stack-hazard-size=0
3434
endif
@@ -39,11 +39,12 @@ ifeq ($(TARGET_CORE), VORTEXM4)
3939
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -UHAVE_SME -march=armv8.4-a
4040
else
4141
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=armv8.4-a+sme
42-
ifdef (OS_WINDOWS)
42+
ifdef OS_WINDOWS
4343
ifeq ($(C_COMPILER), CLANG)
4444
override CFLAGS += --aarch64-stack-hazard-size=0
4545
endif
4646
endif
47+
endif
4748
endif
4849
ifeq ($(TARGET_CORE), SAPPHIRERAPIDS)
4950
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE)

0 commit comments

Comments
 (0)