]> Git Repo - linux.git/commitdiff
xen: rename platform-pci module to xen-platform-pci.
authorIan Campbell <[email protected]>
Tue, 11 Jan 2011 11:51:14 +0000 (11:51 +0000)
committerKonrad Rzeszutek Wilk <[email protected]>
Wed, 12 Jan 2011 15:28:06 +0000 (10:28 -0500)
platform-pci is rather generic for a modular distro style kernel.

Signed-off-by: Ian Campbell <[email protected]>
Signed-off-by: Konrad Rzeszutek Wilk <[email protected]>
drivers/xen/Makefile

index 533a199e7a3f94911ef9665ab5e1789c63bef6d2..f81819b0f916461367c4c0f4115579c64c8cbeb0 100644 (file)
@@ -11,9 +11,10 @@ obj-$(CONFIG_XEN_BALLOON)    += balloon.o
 obj-$(CONFIG_XEN_DEV_EVTCHN)   += xen-evtchn.o
 obj-$(CONFIG_XENFS)            += xenfs/
 obj-$(CONFIG_XEN_SYS_HYPERVISOR)       += sys-hypervisor.o
-obj-$(CONFIG_XEN_PLATFORM_PCI) += platform-pci.o
+obj-$(CONFIG_XEN_PLATFORM_PCI) += xen-platform-pci.o
 obj-$(CONFIG_SWIOTLB_XEN)      += swiotlb-xen.o
 obj-$(CONFIG_XEN_DOM0)         += pci.o
 
 xen-evtchn-y                   := evtchn.o
 
+xen-platform-pci-y             := platform-pci.o
This page took 0.0573 seconds and 4 git commands to generate.