add module.lds to kernel headers

svn path=/dists/trunk/linux-2.6/; revision=9066
This commit is contained in:
Christian T. Steigies 2007-07-04 19:53:26 +00:00
parent e1a8ff4931
commit 3fb7fc96ce
2 changed files with 5 additions and 2 deletions

5
debian/changelog vendored
View File

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

2
debian/rules.real vendored
View File

@ -254,7 +254,7 @@ install-headers-$(ARCH)-$(SUBARCH): $(STAMPS_DIR)/source-$(ARCH)-$(SUBARCH)
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; \
) \