debian/rules.real: Further minimalize common header package.

svn path=/dists/trunk/linux-2.6/; revision=12912
This commit is contained in:
Bastian Blank 2009-02-22 16:01:37 +00:00
parent d532638884
commit a1da5a7f7f
1 changed files with 2 additions and 2 deletions

4
debian/rules.real vendored
View File

@ -200,8 +200,8 @@ install-headers_$(ARCH)_$(FEATURESET): $(STAMPS_DIR)/source_$(ARCH)_$(FEATURESET
cd $(SOURCE_DIR); \
( \
echo Makefile; \
find arch/$(KERNEL_ARCH) \
\( -name 'Makefile*' -o -name 'Kconfig*' -o -name 'Rules.make' -o -name 'module.lds' \) -print; \
echo arch/$(KERNEL_ARCH)/Makefile; \
find arch/$(KERNEL_ARCH) -name 'module.lds' -print; \
find arch/$(KERNEL_ARCH)/include -print; \
find include -name 'asm*' -prune -o -print; \
find include/asm-generic -print; \