From 7b3c271c7c7ea31e3da46ecd0aecb21448e3a64b Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Fri, 1 Mar 2013 22:03:38 +0000 Subject: [PATCH] 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 --- debian/changelog | 2 ++ debian/rules.real | 2 ++ 2 files changed, 4 insertions(+) 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 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; \