X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-chroot/blobdiff_plain/12ef8239dbca384a05bb5c4bf34af038aacb1dea..d9f036c41c7fb836b9687b9d042b261490cb2235:/Makefile diff --git a/Makefile b/Makefile index 3b431a2..dfbdcb6 100644 --- 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)