summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAurelien Jarno <aurel32@debian.org>2013-03-01 22:03:38 +0000
committerAurelien Jarno <aurel32@debian.org>2013-03-01 22:03:38 +0000
commit7b3c271c7c7ea31e3da46ecd0aecb21448e3a64b (patch)
tree9f5bd2677e0e0493fd16cb2ed7c6187bd048f87c /debian
parentdf7affc8aa86e95085c1c537d2a78bbfe755fce2 (diff)
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
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/rules.real2
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index d490e3afa..71f37816b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/rules.real b/debian/rules.real
index 83149a3aa..9c36624c8 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -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; \