arch/riscv: Makefile.mk: Fix incorrect config variable
ARCH_RISCV_PMP should be CONFIG_ARCH_RISCV_PMP. Rename it. Change-Id: I2a22acae5cd9f30e01c491653bf7fc7b7765d815 Signed-off-by: Ronald G Minnich <rminnich@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81086 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
e067003327
commit
cb6a35edd5
@ -59,7 +59,7 @@ all-y += virtual_memory.c
|
||||
all-y += boot.c
|
||||
all-y += smp.c
|
||||
all-y += misc.c
|
||||
all-$(ARCH_RISCV_PMP) += pmp.c
|
||||
all-$(CONFIG_ARCH_RISCV_PMP) += pmp.c
|
||||
all-y += \
|
||||
$(top)/src/lib/memchr.c \
|
||||
$(top)/src/lib/memcmp.c \
|
||||
|
Loading…
x
Reference in New Issue
Block a user