drm/i915/ringbuffer: Write the value passed in to the tail register
[deliverable/linux.git] / drivers / xen / Makefile
1 obj-y += grant-table.o features.o events.o manage.o
2 obj-y += xenbus/
3
4 nostackp := $(call cc-option, -fno-stack-protector)
5 CFLAGS_features.o := $(nostackp)
6
7 obj-$(CONFIG_HOTPLUG_CPU) += cpu_hotplug.o
8 obj-$(CONFIG_XEN_XENCOMM) += xencomm.o
9 obj-$(CONFIG_XEN_BALLOON) += balloon.o
10 obj-$(CONFIG_XEN_DEV_EVTCHN) += evtchn.o
11 obj-$(CONFIG_XENFS) += xenfs/
12 obj-$(CONFIG_XEN_SYS_HYPERVISOR) += sys-hypervisor.o
13 obj-$(CONFIG_XEN_PLATFORM_PCI) += platform-pci.o
14 obj-$(CONFIG_SWIOTLB_XEN) += swiotlb-xen.o
This page took 0.075917 seconds and 5 git commands to generate.