xiuos/Ubiquitous/XiZi_IIoT/arch/risc-v/k210/Makefile

8 lines
141 B
Makefile

SRC_FILES := interrupt.c boot.S tick.c
ifeq ($(CONFIG_ARCH_SMP),y)
SRC_FILES += smp_support.c
endif
include $(KERNEL_ROOT)/compiler.mk