KVM: x86 emulator: Rename emulate_xxx() to em_xxx()
[deliverable/linux.git] / drivers / xen / Makefile
CommitLineData
803eb047 1obj-y += grant-table.o features.o events.o manage.o balloon.o
4bac07c9 2obj-y += xenbus/
5bc20fc5 3obj-y += tmem.o
1107ba88 4
577eebea
JF
5nostackp := $(call cc-option, -fno-stack-protector)
6CFLAGS_features.o := $(nostackp)
7
bdf51674
IC
8obj-$(CONFIG_BLOCK) += biomerge.o
9obj-$(CONFIG_HOTPLUG_CPU) += cpu_hotplug.o
10obj-$(CONFIG_XEN_XENCOMM) += xencomm.o
11obj-$(CONFIG_XEN_BALLOON) += xen-balloon.o
12obj-$(CONFIG_XEN_DEV_EVTCHN) += xen-evtchn.o
13obj-$(CONFIG_XEN_GNTDEV) += xen-gntdev.o
dd314058 14obj-$(CONFIG_XEN_GRANT_DEV_ALLOC) += xen-gntalloc.o
bdf51674 15obj-$(CONFIG_XENFS) += xenfs/
183d03cc 16obj-$(CONFIG_XEN_SYS_HYPERVISOR) += sys-hypervisor.o
bdf51674
IC
17obj-$(CONFIG_XEN_PLATFORM_PCI) += xen-platform-pci.o
18obj-$(CONFIG_SWIOTLB_XEN) += swiotlb-xen.o
19obj-$(CONFIG_XEN_DOM0) += pci.o
b5d827b6 20
bdf51674 21xen-evtchn-y := evtchn.o
ab31523c 22xen-gntdev-y := gntdev.o
dd314058 23xen-gntalloc-y := gntalloc.o
b5d827b6 24
bdf51674 25xen-platform-pci-y := platform-pci.o
This page took 0.314023 seconds and 5 git commands to generate.