projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67cb405
)
xen: make evtchn's name less generic
author
Ian Campbell
<
[email protected]
>
Tue, 8 Dec 2009 01:10:27 +0000
(17:10 -0800)
committer
Jeremy Fitzhardinge
<
[email protected]
>
Fri, 19 Nov 2010 07:44:44 +0000
(23:44 -0800)
Signed-off-by: Ian Campbell <
[email protected]
>
Signed-off-by: Jeremy Fitzhardinge <
[email protected]
>
drivers/xen/Makefile
patch
|
blob
|
history
diff --git
a/drivers/xen/Makefile
b/drivers/xen/Makefile
index eb8a78d77d9d2a7fb70f81ac54ae902e6b29204d..533a199e7a3f94911ef9665ab5e1789c63bef6d2 100644
(file)
--- a/
drivers/xen/Makefile
+++ b/
drivers/xen/Makefile
@@
-8,9
+8,12
@@
obj-$(CONFIG_BLOCK) += biomerge.o
obj-$(CONFIG_HOTPLUG_CPU) += cpu_hotplug.o
obj-$(CONFIG_XEN_XENCOMM) += xencomm.o
obj-$(CONFIG_XEN_BALLOON) += balloon.o
-obj-$(CONFIG_XEN_DEV_EVTCHN) += evtchn.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_SWIOTLB_XEN) += swiotlb-xen.o
obj-$(CONFIG_XEN_DOM0) += pci.o
+
+xen-evtchn-y := evtchn.o
+