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 bb58e15 commit bffada8Copy full SHA for bffada8
arch/riscv/Makefile
@@ -98,7 +98,6 @@ KBUILD_AFLAGS += -march=$(riscv-march-y)
98
CC_FLAGS_FPU := -march=$(shell echo $(riscv-march-y) | sed -E 's/(rv32ima|rv64ima)([^v_]*)v?/\1\2/')
99
100
KBUILD_CFLAGS += -mno-save-restore
101
-KBUILD_CFLAGS += -DCONFIG_PAGE_OFFSET=$(CONFIG_PAGE_OFFSET)
102
103
ifeq ($(CONFIG_CMODEL_MEDLOW),y)
104
KBUILD_CFLAGS += -mcmodel=medlow
0 commit comments