Files
xiuos/arch/risc-v/shared/Makefile
2021-04-28 17:49:18 +08:00

10 lines
157 B
Makefile

SRC_FILES +=riscv64_switch.c
SRC_FILES +=prepare_rhwstack.c
ifeq ($(CONFIG_TASK_ISOLATION),y)
SRC_FILES += pmp.c
endif
include $(KERNEL_ROOT)/compiler.mk