summaryrefslogtreecommitdiffstats
path: root/drivers/xen/Makefile
diff options
context:
space:
mode:
authorStefano Stabellini2017-10-30 23:41:03 +0100
committerBoris Ostrovsky2017-10-31 14:05:53 +0100
commit5eee149ab9f83d1d0eb16c6b32a97d7060eeb490 (patch)
tree33f4f8b6bd954a189be5e3443571946dba705b3b /drivers/xen/Makefile
parentxen/pvcalls: implement release command (diff)
downloadkernel-qcow2-linux-5eee149ab9f83d1d0eb16c6b32a97d7060eeb490.tar.gz
kernel-qcow2-linux-5eee149ab9f83d1d0eb16c6b32a97d7060eeb490.tar.xz
kernel-qcow2-linux-5eee149ab9f83d1d0eb16c6b32a97d7060eeb490.zip
xen: introduce a Kconfig option to enable the pvcalls frontend
Also add pvcalls-front to the Makefile. Signed-off-by: Stefano Stabellini <stefano@aporeto.com> Reviewed-by: Boris Ostrovsky <boris.ostrovsky@oracle.com> CC: boris.ostrovsky@oracle.com CC: jgross@suse.com Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Diffstat (limited to 'drivers/xen/Makefile')
-rw-r--r--drivers/xen/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/xen/Makefile b/drivers/xen/Makefile
index caaa15dc37bc..82466f265164 100644
--- a/drivers/xen/Makefile
+++ b/drivers/xen/Makefile
@@ -36,6 +36,7 @@ obj-$(CONFIG_XEN_EFI) += efi.o
obj-$(CONFIG_XEN_SCSI_BACKEND) += xen-scsiback.o
obj-$(CONFIG_XEN_AUTO_XLATE) += xlate_mmu.o
obj-$(CONFIG_XEN_PVCALLS_BACKEND) += pvcalls-back.o
+obj-$(CONFIG_XEN_PVCALLS_FRONTEND) += pvcalls-front.o
xen-evtchn-y := evtchn.o
xen-gntdev-y := gntdev.o
xen-gntalloc-y := gntalloc.o