aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/rules.real2
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules.real b/debian/rules.real
index 0da745f4d1b6..d18d492de2eb 100644
--- a/debian/rules.real
+++ b/debian/rules.real
@@ -44,11 +44,9 @@ ifdef KPKG_SUBARCH
kpkg_image += --subarch '$(KPKG_SUBARCH)'
endif
setup_env := env -u ABINAME -u ARCH -u SUBARCH -u FLAVOUR -u VERSION -u LOCALVERSION
-setup_makeflags =
ifneq ($(DEB_BUILD_ARCH),$(DEB_HOST_ARCH))
kpkg_image += --cross-compile='$(DEB_HOST_GNU_TYPE)'
endif
-setup_env += MAKEFLAGS='$(setup_makeflags)'
ifdef DEBIAN_KERNEL_JOBS
setup_env_kpkg_jobs = CONCURRENCY_LEVEL=$(DEBIAN_KERNEL_JOBS)