home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / drivers / s390 / cio / Makefile
Encoding:
Makefile  |  2006-08-11  |  305 b   |  11 lines

  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
  11.