summaryrefslogtreecommitdiffstats
path: root/kexec/arch/s390/Makefile
blob: fab3e683777e47b8e99a130560d0d5fe55fc3bf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# kexec s390 (linux booting linux)
#
s390_KEXEC_SRCS =  kexec/arch/s390/kexec-s390.c
s390_KEXEC_SRCS += kexec/arch/s390/kexec-image.c
s390_KEXEC_SRCS += kexec/arch/s390/kexec-elf-rel-s390.c
s390_KEXEC_SRCS += kexec/arch/s390/crashdump-s390.c

dist += kexec/arch/s390/Makefile $(s390_KEXEC_SRCS)			\
	kexec/arch/s390/kexec-s390.h					\
	kexec/arch/s390/include/arch/options.h