Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | # |
| 3 | # Makefile for the S/390 common i/o drivers |
| 4 | # |
| 5 | |
Peter Oberparleiter | 4224897 | 2015-12-18 12:59:36 +0100 | [diff] [blame] | 6 | # The following is required for define_trace.h to find ./trace.h |
| 7 | CFLAGS_trace.o := -I$(src) |
| 8 | |
Heiko Carstens | 62733e5 | 2009-09-11 10:28:15 +0200 | [diff] [blame] | 9 | obj-y += airq.o blacklist.o chsc.o cio.o css.o chp.o idset.o isc.o \ |
Peter Oberparleiter | 11b64c8 | 2015-12-18 12:59:40 +0100 | [diff] [blame] | 10 | fcx.o itcw.o crw.o ccwreq.o trace.o ioasm.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | ccw_device-objs += device.o device_fsm.o device_ops.o |
| 12 | ccw_device-objs += device_id.o device_pgid.o device_status.o |
| 13 | obj-y += ccw_device.o cmf.o |
Cornelia Huck | 9d92a7e | 2008-07-14 09:59:05 +0200 | [diff] [blame] | 14 | obj-$(CONFIG_CHSC_SCH) += chsc_sch.o |
Sebastian Ott | eadb86a | 2012-08-28 16:48:16 +0200 | [diff] [blame] | 15 | obj-$(CONFIG_EADM_SCH) += eadm_sch.o |
Sebastian Ott | 1d1c8f7 | 2012-08-28 16:46:26 +0200 | [diff] [blame] | 16 | obj-$(CONFIG_SCM_BUS) += scm.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | obj-$(CONFIG_CCWGROUP) += ccwgroup.o |
Jan Glauber | 779e6e1 | 2008-07-17 17:16:48 +0200 | [diff] [blame] | 18 | |
Jan Glauber | 6486cda | 2010-01-04 09:05:42 +0100 | [diff] [blame] | 19 | qdio-objs := qdio_main.o qdio_thinint.o qdio_debug.o qdio_setup.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 20 | obj-$(CONFIG_QDIO) += qdio.o |
Dong Jia Shi | 63f1934 | 2017-03-17 04:17:31 +0100 | [diff] [blame] | 21 | |
Dong Jia Shi | bbe37e4 | 2017-03-17 04:17:40 +0100 | [diff] [blame] | 22 | vfio_ccw-objs += vfio_ccw_drv.o vfio_ccw_cp.o vfio_ccw_ops.o vfio_ccw_fsm.o |
Dong Jia Shi | 63f1934 | 2017-03-17 04:17:31 +0100 | [diff] [blame] | 23 | obj-$(CONFIG_VFIO_CCW) += vfio_ccw.o |