mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 14:20:52 +07:00
62733e5a5a
All scsw helper functions are very short and usage of them shouldn't result in function calls. Therefore we move them to a separate header file. Also saves a lot of EXPORT_SYMBOLs. Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
15 lines
463 B
Makefile
15 lines
463 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 \
|
|
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
|