|
|
|
|
|
|
|
|
|
|
xen-ppc-devel
[XenPPC] [pushed] [ppc] revert to mainline version
changeset: 10382:42fcfbd7b32def73a690ae4179848f424a7aee84
tag: tip
user: jimix@xxxxxxxxxxxxxxxxxxxxx
date: Tue May 23 10:24:22 2006 -0400
files: xen/common/Makefile
description:
[ppc] revert to mainline version
Allowing multicall and grant_table to be built
diff -r ec3717fcc63dbf27efd4f7adb991d07d21510ec2 -r
42fcfbd7b32def73a690ae4179848f424a7aee84 xen/common/Makefile
--- a/xen/common/Makefile Tue May 23 10:23:10 2006 -0400
+++ b/xen/common/Makefile Tue May 23 10:24:22 2006 -0400
@@ -1,21 +1,15 @@
-
-ifneq ($(TARGET_ARCH),ppc)
-granttable := y
-multicall := y
-endif
-
obj-y += acm_ops.o
obj-y += bitmap.o
obj-y += dom0_ops.o
obj-y += domain.o
obj-y += elf.o
obj-y += event_channel.o
-obj-$(granttable) += grant_table.o
+obj-y += grant_table.o
obj-y += kernel.o
obj-y += keyhandler.o
obj-y += lib.o
obj-y += memory.o
-obj-$(multicall) += multicall.o
+obj-y += multicall.o
obj-y += page_alloc.o
obj-y += rangeset.o
obj-y += sched_bvt.o
@@ -34,4 +28,3 @@ obj-$(crash_debug) += gdbstub.o
# Object file contains changeset and compiler information.
kernel.o: $(BASEDIR)/include/xen/compile.h
-
_______________________________________________
Xen-ppc-devel mailing list
Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ppc-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [XenPPC] [pushed] [ppc] revert to mainline version,
jimix <=
|
|
|
|
|