blob: 1bed7fa1e3c2847f387395283126cbe03ceda950 [file] [log] [blame]
SRCS += alloc.c
SRCS += cpio.c
SRCS += cpu.c
SRCS += fdt.c
SRCS += irq.c
SRCS += main.c
SRCS += std.c
SRCS += vm.c
ifeq ($(DEBUG),1)
SRCS += dlog.c
endif