[kernel] r22328 - dists/trunk/linux-tools/debian

Ben Hutchings benh at moszumanska.debian.org
Sun Feb 1 00:54:24 UTC 2015


Author: benh
Date: Sun Feb  1 00:54:23 2015
New Revision: 22328

Log:
[mips*,powerpcspe,x32] Enable building linux-tools

Modified:
   dists/trunk/linux-tools/debian/rules.real

Modified: dists/trunk/linux-tools/debian/rules.real
==============================================================================
--- dists/trunk/linux-tools/debian/rules.real	Sat Jan 31 23:46:34 2015	(r22327)
+++ dists/trunk/linux-tools/debian/rules.real	Sun Feb  1 00:54:23 2015	(r22328)
@@ -9,7 +9,7 @@
 VERSION_DEBIAN_FULL := $(shell dpkg-parsechangelog | sed -ne 's,^Version: *\(.*\)$$,\1,p')
 
 binary-arch: install-kbuild install-usbip
-ifneq ($(filter alpha amd64 arm64 armel armhf hppa i386 powerpc ppc64 ppc64el s390 s390x sh4 sparc sparc64,$(DEB_BUILD_ARCH)),)
+ifneq ($(filter alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64 x32,$(DEB_BUILD_ARCH)),)
   binary-arch: install-tools
 endif
 



More information about the Kernel-svn-changes mailing list