heads/modules/xen

17 lines
558 B
Plaintext
Raw Normal View History

modules-$(CONFIG_XEN) += xen
# 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
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
xen_output := xen
xen_configure :=
xen_target := $(MAKE_JOBS) \
CC="$(heads_cc) -Wno-builtin-macro-redefined -D__FILE__=\\\"__FILE__\\\"" \
2017-04-06 21:02:14 +00:00
LD="$(CROSS)ld" \