From c1576cbc2f33347f5c37499710ce40cbe01d5ad4 Mon Sep 17 00:00:00 2001 From: YunQiang Su Date: Sat, 30 Jun 2018 15:11:46 +0800 Subject: [PATCH] Build linux-perf package in rules.real --- debian/changelog | 1 + debian/rules.real | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d382c52bb..ec0243f59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 26 Jun 2018 01:43:53 +0100 diff --git a/debian/rules.real b/debian/rules.real index 40776b8c7..3e3aff3c1 100644 --- a/debian/rules.real +++ b/debian/rules.real @@ -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