MPFS: Add sources for CONFIG_ARCH_ADDRENV
This commit is contained in:
parent
6bf8623897
commit
cccfe31d0c
@ -95,6 +95,10 @@ ifeq ($(CONFIG_ARCH_KERNEL_STACK),y)
|
|||||||
CMN_CSRCS += riscv_addrenv_kstack.c
|
CMN_CSRCS += riscv_addrenv_kstack.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(CONFIG_ARCH_ADDRENV),y)
|
||||||
|
CMN_CSRCS += riscv_addrenv.c riscv_pgalloc.c
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_SPI),y)
|
ifeq ($(CONFIG_SPI),y)
|
||||||
CHIP_CSRCS += mpfs_spi.c
|
CHIP_CSRCS += mpfs_spi.c
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user