diff options
author | Ian Campbell <ian.campbell@citrix.com> | 2011-01-11 06:51:14 -0500 |
---|---|---|
committer | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2011-01-12 10:28:06 -0500 |
commit | 7c8c06c5bb2dcc9fd0d2eeac4e9c10bf77ffed1a (patch) | |
tree | 2d92c9a0645c1498776bb50b9fa52daab74de346 /drivers/xen/Makefile | |
parent | 00f28e4037c8d5782fa7a1b2666b0dca21522d69 (diff) |
xen: rename platform-pci module to xen-platform-pci.
platform-pci is rather generic for a modular distro style kernel.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'drivers/xen/Makefile')
-rw-r--r-- | drivers/xen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/xen/Makefile b/drivers/xen/Makefile index 533a199e7a3f..f81819b0f916 100644 --- a/drivers/xen/Makefile +++ b/drivers/xen/Makefile | |||
@@ -11,9 +11,10 @@ obj-$(CONFIG_XEN_BALLOON) += balloon.o | |||
11 | obj-$(CONFIG_XEN_DEV_EVTCHN) += xen-evtchn.o | 11 | obj-$(CONFIG_XEN_DEV_EVTCHN) += xen-evtchn.o |
12 | obj-$(CONFIG_XENFS) += xenfs/ | 12 | obj-$(CONFIG_XENFS) += xenfs/ |
13 | obj-$(CONFIG_XEN_SYS_HYPERVISOR) += sys-hypervisor.o | 13 | obj-$(CONFIG_XEN_SYS_HYPERVISOR) += sys-hypervisor.o |
14 | obj-$(CONFIG_XEN_PLATFORM_PCI) += platform-pci.o | 14 | obj-$(CONFIG_XEN_PLATFORM_PCI) += xen-platform-pci.o |
15 | obj-$(CONFIG_SWIOTLB_XEN) += swiotlb-xen.o | 15 | obj-$(CONFIG_SWIOTLB_XEN) += swiotlb-xen.o |
16 | obj-$(CONFIG_XEN_DOM0) += pci.o | 16 | obj-$(CONFIG_XEN_DOM0) += pci.o |
17 | 17 | ||
18 | xen-evtchn-y := evtchn.o | 18 | xen-evtchn-y := evtchn.o |
19 | 19 | ||
20 | xen-platform-pci-y := platform-pci.o | ||