diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2008-05-26 23:31:13 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2008-05-27 10:11:36 +0200 |
commit | ec9b2065d4d3b797604c09a569083dd9ff951b1b (patch) | |
tree | 1c2012adef6db043bbc23089c2c95c15be6d20be /drivers/xen/Makefile | |
parent | 83abc70a4c6e306f4c1672e25884322f797e4fcb (diff) | |
download | linux-ec9b2065d4d3b797604c09a569083dd9ff951b1b.tar.gz linux-ec9b2065d4d3b797604c09a569083dd9ff951b1b.tar.bz2 linux-ec9b2065d4d3b797604c09a569083dd9ff951b1b.zip |
xen: Move manage.c to drivers/xen for ia64/xen support
move arch/x86/xen/manage.c under drivers/xen/to share codes
with x86 and ia64.
ia64/xen also uses manage.c
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/xen/Makefile')
-rw-r--r-- | drivers/xen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/xen/Makefile b/drivers/xen/Makefile index 37af04f1ffd9..363286c54290 100644 --- a/drivers/xen/Makefile +++ b/drivers/xen/Makefile @@ -1,4 +1,4 @@ -obj-y += grant-table.o features.o events.o +obj-y += grant-table.o features.o events.o manage.o obj-y += xenbus/ obj-$(CONFIG_XEN_XENCOMM) += xencomm.o obj-$(CONFIG_XEN_BALLOON) += balloon.o |