forked from Minki/linux
f5daba1d41
Split machine check handler code and move it to cio and kernel code where it belongs to. No functional change. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
9 lines
144 B
Makefile
9 lines
144 B
Makefile
#
|
|
# Makefile for the S/390 specific device drivers
|
|
#
|
|
|
|
obj-y += cio/ block/ char/ crypto/ net/ scsi/ kvm/
|
|
|
|
drivers-y += drivers/s390/built-in.o
|
|
|