[Pkg-ofed-commits] r750 - /branches/ofed-1.5.1lenny/ofa-kernel/trunk/debian/rules

gmpc-guest at alioth.debian.org gmpc-guest at alioth.debian.org
Wed May 5 20:44:23 UTC 2010


Author: gmpc-guest
Date: Wed May  5 20:44:22 2010
New Revision: 750

URL: http://svn.debian.org/wsvn/pkg-ofed/?sc=1&rev=750
Log:
Prevent building of modules which do not build on sid

Modified:
    branches/ofed-1.5.1lenny/ofa-kernel/trunk/debian/rules

Modified: branches/ofed-1.5.1lenny/ofa-kernel/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-ofed/branches/ofed-1.5.1lenny/ofa-kernel/trunk/debian/rules?rev=750&op=diff
==============================================================================
--- branches/ofed-1.5.1lenny/ofa-kernel/trunk/debian/rules (original)
+++ branches/ofed-1.5.1lenny/ofa-kernel/trunk/debian/rules Wed May  5 20:44:22 2010
@@ -75,7 +75,7 @@
 	--with-core-mod --with-ipoib-mod --with-ipoib-cm --with-sdp-mod --with-srp-mod --with-srp-target-mod \
 	--with-user_mad-mod --with-user_access-mod --with-addr_trans-mod --with-mthca-mod --with-mlx4-mod --with-mlx4_core-mod \
 	--with-mlx4_en-mod --with-mlx4_inf-mod --with-rds-mod --with-madeye-mod  --with-ipath_inf-mod \
-	--with-qlgc_vnic-mod --with-qlgc_vnic_stats-mod --with-cxgb3-mod --with-nes-mod	--with-nfsrdma-mod
+	--with-cxgb3-mod --with-nes-mod	
 endif
 
 # ipath_inf-mod does not build on 32bit architectures
@@ -85,13 +85,15 @@
 	--with-core-mod --with-ipoib-mod --with-ipoib-cm --with-sdp-mod --with-srp-mod --with-srp-target-mod \
 	--with-user_mad-mod --with-user_access-mod --with-addr_trans-mod --with-mthca-mod --with-mlx4-mod --with-mlx4_core-mod \
 	--with-mlx4_en-mod --with-mlx4_inf-mod --with-rds-mod --with-madeye-mod  \
-	--with-qlgc_vnic-mod --with-qlgc_vnic_stats-mod --with-cxgb3-mod --with-nes-mod --with-nfsrdma-mod
+	--with-cxgb3-mod --with-nes-mod 
 endif
 
 
 # Broken opts
 # --with-iser-mod 
 # --with-ehca
+# --with-nfsrdma-mod will not build for kernels >= 2.6.32
+# --with qlgc_vnic-mod will not build  for kernels >= 2.6.31
 
 # the kdist_clean target is called by make-kpkg modules_clean and from
 # kdist* rules. It is responsible for cleaning up any changes that have




More information about the Pkg-ofed-commits mailing list