From eaa4e57d5327dff64bcb7f403bfa09c769f33c2f Mon Sep 17 00:00:00 2001 From: David Vrabel Date: Thu, 22 Dec 2011 15:09:05 +0000 Subject: [PATCH] Fixup Makefile. --- drivers/xen/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5