home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / infiniband / Makefile < prev   
Encoding:
Makefile  |  2008-12-24  |  479 b   |  12 lines

  1. obj-$(CONFIG_INFINIBAND)        += core/
  2. obj-$(CONFIG_INFINIBAND_MTHCA)        += hw/mthca/
  3. obj-$(CONFIG_INFINIBAND_IPATH)        += hw/ipath/
  4. obj-$(CONFIG_INFINIBAND_EHCA)        += hw/ehca/
  5. obj-$(CONFIG_INFINIBAND_AMSO1100)    += hw/amso1100/
  6. obj-$(CONFIG_INFINIBAND_CXGB3)        += hw/cxgb3/
  7. obj-$(CONFIG_MLX4_INFINIBAND)        += hw/mlx4/
  8. obj-$(CONFIG_INFINIBAND_NES)        += hw/nes/
  9. obj-$(CONFIG_INFINIBAND_IPOIB)        += ulp/ipoib/
  10. obj-$(CONFIG_INFINIBAND_SRP)        += ulp/srp/
  11. obj-$(CONFIG_INFINIBAND_ISER)        += ulp/iser/
  12.