5 lines
145 B
Makefile
5 lines
145 B
Makefile
SRC_FILES := boot.S interrupt.c prepare_rhwstack.c interrupt_switch.S switch.S tick.c
|
|
SRC_DIR := RVMSIS User
|
|
|
|
include $(KERNEL_ROOT)/compiler.mk
|