Build linux-perf package in rules.real

This commit is contained in:
YunQiang Su 2018-06-30 15:11:46 +08:00
parent 9e9759394c
commit c1576cbc2f
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -7,6 +7,7 @@ linux (4.18~rc2-1~exp1) UNRELEASED; urgency=medium
[ YunQiang Su ]
* [mips*r6*] Enable dtb building for boston.
* [mips*r6*/mipsn32*] build linux-perf in rules.real.
-- Ben Hutchings <ben@decadent.org.uk> Tue, 26 Jun 2018 01:43:53 +0100

2
debian/rules.real vendored
View File

@ -81,7 +81,7 @@ binary-indep: install-support
ifneq ($(DO_TOOLS_VERSIONED),False)
build-arch-arch: $(STAMPS_DIR)/build-tools
binary-arch-arch: install-kbuild
ifneq ($(filter alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mipsel powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64,$(DEB_HOST_ARCH)),)
ifneq ($(filter alpha amd64 arm64 armel armhf hppa i386 mips mips64 mips64el mipsel mipsr6 mipsr6el mips64r6 mips64r6el mipsn32 mipsn32el mipsn32r6 mipsn32r6el powerpc powerpcspe ppc64 ppc64el s390 s390x sh4 sparc sparc64,$(DEB_HOST_ARCH)),)
ifeq ($(filter nopython,$(DEB_BUILD_PROFILES)),)
binary-arch-arch: install-perf
endif