summaryrefslogtreecommitdiff
path: root/debian/rules.real
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/rules.real
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/rules.real')
-rw-r--r--debian/rules.real2
1 files changed, 2 insertions, 0 deletions
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; \