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 <[EMAIL PROTECTED]>.
   * powerpc.config: Enable CONFIG_ADB_PMU_LED.
 
- -- maximilian attems <[EMAIL PROTECTED]>  Fri, 29 Jun 2007 00:13:43 +0200
+  [ Christian T. Steigies ]
+  * add module.lds to kernel headers
+
+ -- Christian T. Steigies <[EMAIL PROTECTED]>  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; \
        ) \

_______________________________________________
Kernel-svn-changes mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

Reply via email to