From 93d340e304b723965c3512b793b4961ba2960075 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sun, 1 Feb 2015 00:54:23 +0000 Subject: [PATCH] [mips*,powerpcspe,x32] Enable building linux-tools svn path=/dists/trunk/linux-tools/; revision=22328 --- debian/rules.real | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules.real b/debian/rules.real index 04a2193986fe..6761f7e20c23 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -9,7 +9,7 @@ DEB_BUILD_ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH) 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