chiark / gitweb /
Makefile, bin/chroot-maint: Allow source distribution selection for Qemu.
[distorted-chroot] / Makefile
index 3b431a286b10cb2942a0f73c4427df6019c17fb2..dfbdcb6349a9e824f8b21ec4b9720eaefc34e294 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -178,6 +178,9 @@ arm64_QEMUHOST               = $(64BIT_QEMUHOST)
 i386_QEMUHOST           = $(32BIT_QEMUHOST)
 amd64_QEMUHOST          = $(64BIT_QEMUHOST)
 
+## Which distribution of Qemu to use.
+CONFIG_VARS            += $(foreach d,$(DISTS),$d_QEMUDIST)
+
 ## Qemu architecture names.  These tell us which Qemu binary to use for a
 ## particular Debian architecture.
 CONFIG_VARS            += $(foreach a,$(FOREIGN_ARCHS),$a_QEMUARCH)