]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - debian/rules
KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
[mirror_ubuntu-zesty-kernel.git] / debian / rules
index cd62d1ef43c379f23f2fd42359862ed2cf0f6a9e..5bcd85d77a63fabb646fdd3eb0755c0c1118b342 100755 (executable)
@@ -78,15 +78,9 @@ endif
 # Either tools package needs the common source preparation
 do_any_tools=$(sort $(filter-out false,$(do_linux_tools) $(do_cloud_tools)))
 
-# Temporarily disable ZFS and tools builds during the early -rc releases.
-do_zfs=false
-do_tools=false
-do_linux_tools=false
-do_tools_common=
-
 # autopkgtest -- rebuild support
 #  only build the first flavour on the assumption it is representative
-ifeq ($(DEB_BUILD_PROFILE),autopkgtest)
+ifneq ($(filter autopkgtest,$(DEB_BUILD_PROFILES)),)
 flavours := $(firstword $(flavours))
 endif