From 85a77cf5decb7b29b395bdeb871dcc22ad885f98 Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Mon, 3 Apr 2017 17:09:22 -0400 Subject: [PATCH] build xen for installation into x230-qubes ROM (issue #84) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 95fbaba3..99bf7f3b 100644 --- a/Makefile +++ b/Makefile @@ -249,6 +249,7 @@ bin_modules-$(CONFIG_FLASHROM) += flashrom bin_modules-$(CONFIG_CRYPTSETUP) += cryptsetup bin_modules-$(CONFIG_GPG) += gpg bin_modules-$(CONFIG_LVM2) += lvm2 +bin_modules-$(CONFIG_XEN) += xen $(foreach m, $(bin_modules-y), \ $(call map,initrd_bin_add,$(call bins,$m)) \