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

svn path=/dists/trunk/linux-tools/; revision=22328
This commit is contained in:
Ben Hutchings 2015-02-01 00:54:23 +00:00
parent 3b3a8e2801
commit 93d340e304
1 changed files with 1 additions and 1 deletions

2
debian/rules.real vendored
View File

@ -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