Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the S/390 common i/o drivers |
| 3 | # |
| 4 | |
Peter Oberparleiter | 4224897 | 2015-12-18 12:59:36 +0100 | [diff] [blame] | 5 | # The following is required for define_trace.h to find ./trace.h |
| 6 | CFLAGS_trace.o := -I$(src) |
| 7 | |
Heiko Carstens | 62733e5 | 2009-09-11 10:28:15 +0200 | [diff] [blame] | 8 | 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] | 9 | fcx.o itcw.o crw.o ccwreq.o trace.o ioasm.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | ccw_device-objs += device.o device_fsm.o device_ops.o |
| 11 | ccw_device-objs += device_id.o device_pgid.o device_status.o |
| 12 | obj-y += ccw_device.o cmf.o |
Cornelia Huck | 9d92a7e | 2008-07-14 09:59:05 +0200 | [diff] [blame] | 13 | obj-$(CONFIG_CHSC_SCH) += chsc_sch.o |
Sebastian Ott | eadb86a | 2012-08-28 16:48:16 +0200 | [diff] [blame] | 14 | obj-$(CONFIG_EADM_SCH) += eadm_sch.o |
Sebastian Ott | 1d1c8f7 | 2012-08-28 16:46:26 +0200 | [diff] [blame] | 15 | obj-$(CONFIG_SCM_BUS) += scm.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 16 | obj-$(CONFIG_CCWGROUP) += ccwgroup.o |
Jan Glauber | 779e6e1 | 2008-07-17 17:16:48 +0200 | [diff] [blame] | 17 | |
Jan Glauber | 6486cda | 2010-01-04 09:05:42 +0100 | [diff] [blame] | 18 | 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] | 19 | obj-$(CONFIG_QDIO) += qdio.o |