5 lines
169 B
Makefile
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
|