headers: Include Kbuild.platforms and Platform files in -common to fix out-of-tree building on mips and mipsel.

svn path=/dists/sid/linux/; revision=19880
This commit is contained in:
Aurelien Jarno 2013-03-01 22:03:38 +00:00
parent df7affc8aa
commit 7b3c271c7c
2 changed files with 4 additions and 0 deletions

2
debian/changelog vendored
View File

@ -3,6 +3,8 @@ linux (3.2.39-2) UNRELEASED; urgency=high
[ Aurelien Jarno]
* [mips,mipsel] Disable VGA_CONSOLE and ignore the corresponding ABI
change. It is completely broken on MIPS.
* headers: Include Kbuild.platforms and Platform files in -common to
fix out-of-tree building on mips and mipsel.
-- Ben Hutchings <ben@decadent.org.uk> Wed, 27 Feb 2013 03:48:30 +0000

2
debian/rules.real vendored
View File

@ -236,6 +236,8 @@ install-headers_$(ARCH)_$(FEATURESET): $(STAMPS_DIR)/source_$(FEATURESET)
echo Makefile; \
find arch/$(KERNEL_ARCH) -maxdepth 1 -name 'Makefile*' -print; \
find arch/$(KERNEL_ARCH) -name 'module.lds' -print; \
find arch/$(KERNEL_ARCH)/Kbuild.platforms -print; \
find arch/$(KERNEL_ARCH) -name 'Platform' -print; \
find $$(find arch/$(KERNEL_ARCH) \( -name include -o -name scripts \) -type d -print) -print; \
find include -name 'asm*' -prune -o -print; \
find include/asm-generic -print; \