From: David Vrabel Date: Thu, 22 Dec 2011 15:09:05 +0000 (+0000) Subject: Fixup Makefile. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=eaa4e57d5327dff64bcb7f403bfa09c769f33c2f;p=people%2Fsstabellini%2Flinux-pvhvm-deprecated.git Fixup Makefile. --- diff --git a/drivers/xen/Makefile b/drivers/xen/Makefile index 7f8f8814bb4..dab830502c4 100644 --- a/drivers/xen/Makefile +++ b/drivers/xen/Makefile @@ -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