forked from xuos/xiuos
8 lines
141 B
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
|