[kernel] r9066 - dists/trunk/linux-2.6/debian

Christian T. Steigies cts at alioth.debian.org
Wed Jul 4 19:53:26 UTC 2007


Author: cts
Date: Wed Jul  4 19:53:26 2007
New Revision: 9066

Log:
add module.lds to kernel headers


Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/rules.real

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Wed Jul  4 19:53:26 2007
@@ -9,7 +9,10 @@
     Thanks Robert Millan <rmh at aybabtu.com>.
   * powerpc.config: Enable CONFIG_ADB_PMU_LED.
 
- -- maximilian attems <maks at debian.org>  Fri, 29 Jun 2007 00:13:43 +0200
+  [ Christian T. Steigies ]
+  * add module.lds to kernel headers
+
+ -- Christian T. Steigies <cts at debian.org>  Wed,  4 Jul 2007 21:52:19 +0200
 
 linux-2.6 (2.6.22~rc5-1~experimental.1) experimental; urgency=low
 

Modified: dists/trunk/linux-2.6/debian/rules.real
==============================================================================
--- dists/trunk/linux-2.6/debian/rules.real	(original)
+++ dists/trunk/linux-2.6/debian/rules.real	Wed Jul  4 19:53:26 2007
@@ -254,7 +254,7 @@
 	  find include/asm-generic -print; \
 	  for i in $(KERNEL_HEADER_DIRS); do \
 	    find arch/$$i \
-	      \( -name 'Makefile*' -o -name 'Kconfig*' -o -name 'Rules.make' \) -print; \
+	      \( -name 'Makefile*' -o -name 'Kconfig*' -o -name 'Rules.make' -o -name 'module.lds' \) -print; \
 	    find include/asm-$$i -print; \
 	  done; \
 	) \



More information about the Kernel-svn-changes mailing list