2017-03-31 15:18:46 +00:00
|
|
|
modules-$(CONFIG_XEN) += xen
|
2016-08-03 22:10:44 +00:00
|
|
|
|
|
|
|
# We extract the entire Xen tree, but only use the xen/xen hypervisor
|
|
|
|
# portion since Qubes provides the rest of it.
|
|
|
|
xen_version := 4.6.3
|
|
|
|
xen_dir := xen-$(xen_version)/xen
|
|
|
|
xen_tar := xen-$(xen_version).tar.gz
|
2016-08-19 18:51:45 +00:00
|
|
|
xen_url := http://bits.xensource.com/oss-xen/release/4.6.3/xen-4.6.3.tar.gz
|
2016-08-03 22:10:44 +00:00
|
|
|
xen_hash := 02badfce9a037bd1bd4a94210c1f6b85467746216c71795805102b514bcf1fc4
|
|
|
|
|
2017-03-31 15:18:46 +00:00
|
|
|
xen_output :=
|
2016-08-03 22:10:44 +00:00
|
|
|
xen_configure :=
|
2017-03-21 18:29:07 +00:00
|
|
|
xen_target := $(MAKE_JOBS)
|