We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71883ae commit 7177089Copy full SHA for 7177089
arch/arm64/lib/Makefile
@@ -7,10 +7,8 @@ lib-y := clear_user.o delay.o copy_from_user.o \
7
8
ifeq ($(CONFIG_KERNEL_MODE_NEON), y)
9
obj-$(CONFIG_XOR_BLOCKS) += xor-neon.o
10
-CFLAGS_REMOVE_xor-neon.o += -mgeneral-regs-only
11
-CFLAGS_xor-neon.o += -ffreestanding
12
-# Enable <arm_neon.h>
13
-CFLAGS_xor-neon.o += -isystem $(shell $(CC) -print-file-name=include)
+CFLAGS_xor-neon.o += $(CC_FLAGS_FPU)
+CFLAGS_REMOVE_xor-neon.o += $(CC_FLAGS_NO_FPU)
14
endif
15
16
lib-$(CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE) += uaccess_flushcache.o
0 commit comments