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>
14 lines
470 B
Makefile
14 lines
470 B
Makefile
#
|
|
# Makefile for the S/390 common i/o drivers
|
|
#
|
|
|
|
obj-y += airq.o blacklist.o chsc.o cio.o css.o chp.o idset.o isc.o scsw.o \
|
|
fcx.o itcw.o crw.o
|
|
ccw_device-objs += device.o device_fsm.o device_ops.o
|
|
ccw_device-objs += device_id.o device_pgid.o device_status.o
|
|
obj-y += ccw_device.o cmf.o
|
|
obj-$(CONFIG_CHSC_SCH) += chsc_sch.o
|
|
obj-$(CONFIG_CCWGROUP) += ccwgroup.o
|
|
|
|
qdio-objs := qdio_main.o qdio_thinint.o qdio_debug.o qdio_perf.o qdio_setup.o
|
|
obj-$(CONFIG_QDIO) += qdio.o
|