]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/infiniband/hw/ipath/Makefile
IB/ipath: merge ipath_core and ib_ipath drivers
[linux-2.6-omap-h63xx.git] / drivers / infiniband / hw / ipath / Makefile
index 6bb43474d1047005c97bd421e7e2969e7dbb8ebf..690dc713e63efc4fb0ff947b591e1be2bca8ba27 100644 (file)
@@ -1,10 +1,10 @@
 EXTRA_CFLAGS += -DIPATH_IDSTR='"QLogic kernel.org driver"' \
        -DIPATH_KERN_TYPE=0
 
-obj-$(CONFIG_IPATH_CORE) += ipath_core.o
 obj-$(CONFIG_INFINIBAND_IPATH) += ib_ipath.o
 
-ipath_core-y := \
+ib_ipath-y := \
+       ipath_cq.o \
        ipath_diag.o \
        ipath_driver.o \
        ipath_eeprom.o \
@@ -13,25 +13,23 @@ ipath_core-y := \
        ipath_ht400.o \
        ipath_init_chip.o \
        ipath_intr.o \
-       ipath_layer.o \
-       ipath_pe800.o \
-       ipath_stats.o \
-       ipath_sysfs.o \
-       ipath_user_pages.o
-
-ipath_core-$(CONFIG_X86_64) += ipath_wc_x86_64.o
-
-ib_ipath-y := \
-       ipath_cq.o \
        ipath_keys.o \
+       ipath_layer.o \
        ipath_mad.o \
        ipath_mmap.o \
        ipath_mr.o \
+       ipath_pe800.o \
        ipath_qp.o \
        ipath_rc.o \
        ipath_ruc.o \
        ipath_srq.o \
+       ipath_stats.o \
+       ipath_sysfs.o \
        ipath_uc.o \
        ipath_ud.o \
-       ipath_verbs.o \
-       ipath_verbs_mcast.o
+       ipath_user_pages.o \
+       ipath_verbs_mcast.o \
+       ipath_verbs.o
+
+ib_ipath-$(CONFIG_X86_64) += ipath_wc_x86_64.o
+ib_ipath-$(CONFIG_PPC64) += ipath_wc_ppc64.o