aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/source.mk
blob: 8bd67eeaf6873cf0a620b12b951335638b3077d6 (plain) (blame)
1
2
3
4
5
6
7
8
9
KERNEL_LOCAL	!= ./scripts/prepend arch/riscv/ main.c
KERNEL_SOURCES	+= $(KERNEL_LOCAL)

INIT_LOCAL	!= ./scripts/prepend arch/riscv/init/ init.c head.S
INIT_SOURCES	+= $(INIT_LOCAL)

INCLUDE_DIRS	+= arch/riscv/include
KERNEL_LINK	:= arch/riscv/kernel-link.S
INIT_LINK	:= arch/riscv/init-link.S