[kernel] r14629 - dists/trunk/tgt/debian

Ben Hutchings benh at alioth.debian.org
Sun Nov 15 15:04:16 UTC 2009


Author: benh
Date: Sun Nov 15 15:04:04 2009
New Revision: 14629

Log:
Enable FCoE driver

Modified:
   dists/trunk/tgt/debian/changelog
   dists/trunk/tgt/debian/rules

Modified: dists/trunk/tgt/debian/changelog
==============================================================================
--- dists/trunk/tgt/debian/changelog	Sun Nov 15 14:36:47 2009	(r14628)
+++ dists/trunk/tgt/debian/changelog	Sun Nov 15 15:04:04 2009	(r14629)
@@ -7,6 +7,7 @@
   * Use GPL-compatible digest code instead of OpenSSL (Closes: #556294)
   * Update Standards-Version to 3.8.3
     - Add Homepage field
+  * Enable FCoE driver
 
  -- Ben Hutchings <ben at decadent.org.uk>  Sun, 15 Nov 2009 10:45:07 +0000
 

Modified: dists/trunk/tgt/debian/rules
==============================================================================
--- dists/trunk/tgt/debian/rules	Sun Nov 15 14:36:47 2009	(r14628)
+++ dists/trunk/tgt/debian/rules	Sun Nov 15 15:04:04 2009	(r14629)
@@ -13,7 +13,7 @@
 
 build-stamp: 
 	dh_testdir
-	$(MAKE) ISCSI=1
+	$(MAKE) FCOE=1 ISCSI=1
 	touch $@
 
 clean:
@@ -27,7 +27,7 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k 
-	$(MAKE) ISCSI=1 DESTDIR=$(CURDIR)/debian/tgt install
+	$(MAKE) FCOE=1 ISCSI=1 DESTDIR=$(CURDIR)/debian/tgt install
 
 binary-indep: build install
 



More information about the Kernel-svn-changes mailing list