Skip to content

Commit e0dac6b

Browse files
committed
fix the CI failure of target specific option mismatch
1 parent e5c2ceb commit e0dac6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kernel/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ endif
55
TOPDIR = ..
66
include $(TOPDIR)/Makefile.system
77

8+
ifdef HAVE_FMA3
9+
CFLAGS += -mfma
10+
endif
11+
812
ifeq ($(ARCH), power)
913
ifeq ($(C_COMPILER), CLANG)
1014
override CFLAGS += -fno-integrated-as

0 commit comments

Comments
 (0)