arm64/makefile: No longer using hwasan pile insertion
Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
This commit is contained in:
parent
dd57400e7b
commit
0866010101
|
@ -76,7 +76,6 @@ endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_ARCH_HAVE_MPU),y)
|
ifeq ($(CONFIG_ARCH_HAVE_MPU),y)
|
||||||
CMN_CSRCS += arm64_mpu.c
|
CMN_CSRCS += arm64_mpu.c
|
||||||
common/arm64_mpu.c_CFLAGS += -fno-sanitize=kernel-hwaddress
|
|
||||||
common/arm64_mpu.c_CFLAGS += -fno-sanitize=kernel-address
|
common/arm64_mpu.c_CFLAGS += -fno-sanitize=kernel-address
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue