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.
|
2017-04-03 01:45:10 +00:00
|
|
|
xen_version := 4.6.4
|
2016-08-03 22:10:44 +00:00
|
|
|
xen_dir := xen-$(xen_version)/xen
|
|
|
|
xen_tar := xen-$(xen_version).tar.gz
|
2017-04-03 01:45:10 +00:00
|
|
|
xen_url := http://bits.xensource.com/oss-xen/release/$(xen_version)/$(xen_tar)
|
|
|
|
xen_hash := b795d5631a85fb68295361067195ecd00003656dacede4ec57533fce33ab5109
|
2016-08-03 22:10:44 +00:00
|
|
|
|
2017-04-08 21:46:21 +00:00
|
|
|
xen_depends := musl-cross
|
|
|
|
|
2017-04-12 10:50:57 +00:00
|
|
|
xen_output := xen.gz
|
2016-08-03 22:10:44 +00:00
|
|
|
xen_configure :=
|
2017-04-08 17:23:34 +00:00
|
|
|
|
|
|
|
xen_target := \
|
|
|
|
$(MAKE_JOBS) \
|
2017-04-09 20:09:17 +00:00
|
|
|
$(CROSS_TOOLS_NOCC) \
|
2017-04-06 21:28:12 +00:00
|
|
|
CC="$(CROSS)gcc -Wno-builtin-macro-redefined -D__FILE__=\\\"__FILE__\\\"" \
|
2017-04-06 19:58:51 +00:00
|
|
|
|