debian/rules: Fix pkg.linux.notools build profile

This commit is contained in:
Ben Hutchings 2018-06-26 22:26:46 +01:00
parent f757f30817
commit 38dba741c6
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -84,6 +84,7 @@ linux (4.17.3-1) UNRELEASED; urgency=medium
* [x86] vboxguest: Enable VBOXGUEST and DRM_VBOXVIDEO as modules
* aufs: Update support patchset to aufs4.x-rcN-20180611
* debian/rules.d/scripts/mod/gendef.py: Use Python 3
* debian/rules: Fix pkg.linux.notools build profile
[ Romain Perier ]
* [x86] amdgpu: Enable DCN 1.0 Raven family (Closes: #901349)

2
debian/rules vendored
View File

@ -22,7 +22,7 @@ ifneq (,$(filter nodoc,$(DEB_BUILD_PROFILES)))
MAKEFLAGS += DO_DOCS=False
endif
ifneq (,$(filter pkg.linux.notools,$(DEB_BUILD_PROFILES)))
MAKEFLAGS += DO_TOOLS=False
MAKEFLAGS += DO_TOOLS_VERSIONED=False DO_TOOLS_UNVERSIONED=False
endif
.NOTPARALLEL: