Skip to content

Commit 88c583e

Browse files
authored
Update Makefile
1 parent d3e4b41 commit 88c583e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ ifeq ($(TARGET_CORE), VORTEXM4)
4141
ifeq ($(APPLECLANG),1)
4242
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=armv8.4-a+sme
4343
else
44-
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=armv8.4-a
44+
override CFLAGS += -DBUILD_KERNEL -DTABLE_NAME=gotoblas_$(TARGET_CORE) -march=armv8.4-a+sme
4545
endif
4646
ifdef OS_WINDOWS
4747
ifeq ($(C_COMPILER), CLANG)

0 commit comments

Comments
 (0)