Files
xiuos/Ubiquitous/XiZi/arch/risc-v/ch32v307vct6/Makefile
T
2022-08-08 22:56:32 -07:00

5 lines
169 B
Makefile

SRC_FILES := boot.S interrupt.c tick.c switch.S prepare_rhwstack.c interrupt_switch.S
SRC_DIR := Core User Debug
# interrupt_switch.S
include $(KERNEL_ROOT)/compiler.mk