Skip to content

Commit

Permalink
xen: rename platform-pci module to xen-platform-pci.
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Ian Campbell authored and konradwilk committed Jan 12, 2011
1 parent 00f28e4 commit 7c8c06c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/xen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7c8c06c

Please sign in to comment.