]> xenbits.xen.org Git - xenclient/linux-2.6.27-pq.git/commitdiff
Fixed the Makefile patch.
authorRoss Philipson <ross.philipson@citrix.com>
Wed, 4 Nov 2009 18:17:14 +0000 (13:17 -0500)
committerRoss Philipson <ross.philipson@citrix.com>
Wed, 4 Nov 2009 18:17:14 +0000 (13:17 -0500)
 Changes to be committed:
modified:   master/v2v-dev

master/v2v-dev

index 2608bb6f7720af048f382c0f94f7b06f938c5aab..0d7013ba4f41935b94828d9ccba1a403eed1fabb 100644 (file)
@@ -10,17 +10,17 @@ index 5966234..b3b6ef4 100644
 +config XEN_V2V_DEV
 +        tristate "Xen V2V device"
 +        depends on XEN_V2V
-+      default m
++        default m
 +        help
 +          Xen V2V char device for userland v2v.
 diff --git a/drivers/xen/v2v/Makefile b/drivers/xen/v2v/Makefile
 index f3442d9..5230cd6 100644
 --- a/drivers/xen/v2v/Makefile
 +++ b/drivers/xen/v2v/Makefile
-@@ -1,5 +1,6 @@
+@@ -1,8 +1,9 @@
  
- obj-$(CONFIG_XEN_V2V) += v2v.o v2vutl.o
obj-$(CONFIG_XEN_V2V_DRV) += v2vdrv.o v2vops.o
+ v2vdrv-objs =
v2vdrv-objs += v2vsamp.o v2vops.o
 +obj-$(CONFIG_XEN_V2V_DEV) += v2vdev.o
  
  ccflags-$(CONFIG_XEN_V2V_DEBUG) += -DDEBUG