diff options
Diffstat (limited to 'drivers/s390/cio/Makefile')
-rw-r--r-- | drivers/s390/cio/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/s390/cio/Makefile b/drivers/s390/cio/Makefile new file mode 100644 index 000000000000..c490c2a1c2fc --- /dev/null +++ b/drivers/s390/cio/Makefile | |||
@@ -0,0 +1,10 @@ | |||
1 | # | ||
2 | # Makefile for the S/390 common i/o drivers | ||
3 | # | ||
4 | |||
5 | obj-y += airq.o blacklist.o chsc.o cio.o css.o | ||
6 | ccw_device-objs += device.o device_fsm.o device_ops.o | ||
7 | ccw_device-objs += device_id.o device_pgid.o device_status.o | ||
8 | obj-y += ccw_device.o cmf.o | ||
9 | obj-$(CONFIG_CCWGROUP) += ccwgroup.o | ||
10 | obj-$(CONFIG_QDIO) += qdio.o | ||