summaryrefslogtreecommitdiff
path: root/kexec/arch/loongarch/Makefile
blob: e5e190afcf8c15fbeaf0d12da124435a42dfa7a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# kexec loongarch (linux booting linux)
#
loongarch_KEXEC_SRCS =  kexec/arch/loongarch/kexec-loongarch.c
loongarch_KEXEC_SRCS += kexec/arch/loongarch/kexec-elf-loongarch.c
loongarch_KEXEC_SRCS += kexec/arch/loongarch/kexec-elf-rel-loongarch.c
loongarch_KEXEC_SRCS += kexec/arch/loongarch/crashdump-loongarch.c

loongarch_MEM_REGIONS = kexec/mem_regions.c

loongarch_CPPFLAGS += -I $(srcdir)/kexec/

loongarch_ADD_BUFFER =
loongarch_ADD_SEGMENT =
loongarch_VIRT_TO_PHYS =

dist += kexec/arch/loongarch/Makefile $(loongarch_KEXEC_SRCS)			\
	kexec/arch/loongarch/kexec-loongarch.h					\
	kexec/arch/loongarch/crashdump-loongarch.h				\
	kexec/arch/loongarch/include/arch/options.h