summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2009-05-21 15:54:48 +0000
committerBlue Swirl <blauwirbel@gmail.com>2009-05-21 15:54:48 +0000
commit2567f5796c38238d6f2055f074e347a0338140ce (patch)
tree8ee44d39f02e63e417dfc2468fa0a90e3cc4ca94 /Makefile
parente20a8dff4c0da3827764924139d3bb73962f5d5a (diff)
downloadqemu-2567f5796c38238d6f2055f074e347a0338140ce.tar.gz
Compile most Xen files only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bbb5e9107b..e993ec6dd1 100644
--- a/Makefile
+++ b/Makefile
@@ -189,6 +189,13 @@ endif
LIBS+=$(VDE_LIBS)
+# xen backend driver support
+XEN_OBJS := xen_backend.o xen_devconfig.o
+XEN_OBJS += xen_console.o xenfb.o xen_disk.o xen_nic.o
+ifdef CONFIG_XEN
+ OBJS += $(XEN_OBJS)
+endif
+
cocoa.o: cocoa.m
keymaps.o: keymaps.c keymaps.h