aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>2011-10-14 12:27:23 -0700
committerJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>2011-10-14 12:27:23 -0700
commita201daad977ee151e422d53f410084979bb97005 (patch)
tree8c2ec0e12cde6871cdbeb1a44fadce90eedd7282
parent5ee2f0a64c44e5b791e0a3fb51d4c32a92e6b946 (diff)
downloadxen/no-pv.tar.gz
xen: fix XEN_PV buildxen/no-pv
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
-rw-r--r--arch/x86/xen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/Makefile b/arch/x86/xen/Makefile
index 92ec5f8beb6f31..2a97082ef2073e 100644
--- a/arch/x86/xen/Makefile
+++ b/arch/x86/xen/Makefile
@@ -14,7 +14,7 @@ obj-y := enlighten.o multicalls.o time.o \
grant-table.o suspend.o platform-pci-unplug.o \
p2m.o
-obj-$(XEN_PV) := irq.o setup.o xen-asm.o xen-asm_$(BITS).o mmu.o
+obj-$(CONFIG_XEN_PV) += irq.o setup.o xen-asm.o xen-asm_$(BITS).o mmu.o
obj-$(CONFIG_EVENT_TRACING) += trace.o