[kernel] r19880 - dists/sid/linux/debian

Aurelien Jarno aurel32 at alioth.debian.org
Fri Mar 1 22:03:39 UTC 2013


Author: aurel32
Date: Fri Mar  1 22:03:38 2013
New Revision: 19880

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

Modified:
   dists/sid/linux/debian/changelog
   dists/sid/linux/debian/rules.real

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Fri Mar  1 18:14:24 2013	(r19879)
+++ dists/sid/linux/debian/changelog	Fri Mar  1 22:03:38 2013	(r19880)
@@ -3,6 +3,8 @@
   [ 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 at decadent.org.uk>  Wed, 27 Feb 2013 03:48:30 +0000
 

Modified: dists/sid/linux/debian/rules.real
==============================================================================
--- dists/sid/linux/debian/rules.real	Fri Mar  1 18:14:24 2013	(r19879)
+++ dists/sid/linux/debian/rules.real	Fri Mar  1 22:03:38 2013	(r19880)
@@ -236,6 +236,8 @@
 	  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; \



More information about the Kernel-svn-changes mailing list