summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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