]> xenbits.xensource.com Git - people/sstabellini/linux-pvhvm-deprecated.git/commitdiff
Fixup Makefile.
authorDavid Vrabel <david.vrabel@citrix.com>
Thu, 22 Dec 2011 15:09:05 +0000 (15:09 +0000)
committerDavid Vrabel <david.vrabel@citrix.com>
Thu, 22 Dec 2011 15:09:05 +0000 (15:09 +0000)
drivers/xen/Makefile

index 7f8f8814bb481ed7bd5fe83fd203edc330bde62f..dab830502c4fbd63cb8b3f234f84266f55e853a8 100644 (file)
@@ -1,4 +1,4 @@
-ifeq(CONFIG_X86,y)
+ifeq (CONFIG_X86,y)
 obj-y  += grant-table.o features.o events.o manage.o balloon.o
 obj-y  += xenbus/
 endif
@@ -7,7 +7,7 @@ nostackp := $(call cc-option, -fno-stack-protector)
 CFLAGS_features.o                      := $(nostackp)
 
 obj-$(CONFIG_BLOCK)                    += biomerge.o
-ifeq(CONFIG_X86,y)
+ifeq (CONFIG_X86,y)
 obj-$(CONFIG_HOTPLUG_CPU)              += cpu_hotplug.o
 endif
 obj-$(CONFIG_XEN_XENCOMM)              += xencomm.o