diff options
author | Wei Liu <wei.liu2@citrix.com> | 2014-05-07 13:43:37 +0000 |
---|---|---|
committer | Stefano Stabellini <stefano.stabellini@eu.citrix.com> | 2014-05-07 16:14:50 +0000 |
commit | d5fdb85e3d2c319603f87f3205689ed5659f621d (patch) | |
tree | c67c6e6f322645a76907fe272caa66e93894a581 /hw/xenpv/Makefile.objs | |
parent | c976437c7dba9c7444fb41df45468968aaa326ad (diff) | |
download | qemu-d5fdb85e3d2c319603f87f3205689ed5659f621d.zip |
xen: move Xen PV machine files to hw/xenpv
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Diffstat (limited to 'hw/xenpv/Makefile.objs')
-rw-r--r-- | hw/xenpv/Makefile.objs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xenpv/Makefile.objs b/hw/xenpv/Makefile.objs new file mode 100644 index 0000000000..49f6e9e3c5 --- /dev/null +++ b/hw/xenpv/Makefile.objs @@ -0,0 +1,2 @@ +# Xen PV machine support +obj-$(CONFIG_XEN) += xen_domainbuild.o xen_machine_pv.o |