From: Naresh Bhat <naresh.b...@linaro.org>

Numa is currently not supported for arm in xen.
Configure and build numa for x86 architecture only.

Signed-off-by: Naresh Bhat <naresh.b...@linaro.org>
Signed-off-by: Parth Dixit <parth.di...@linaro.org>
---
 xen/drivers/acpi/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xen/drivers/acpi/Makefile b/xen/drivers/acpi/Makefile
index bbb06a7..7294b5a 100644
--- a/xen/drivers/acpi/Makefile
+++ b/xen/drivers/acpi/Makefile
@@ -3,7 +3,7 @@ subdir-y += utilities
 subdir-$(x86) += apei
 
 obj-bin-y += tables.init.o
-obj-y += numa.o
+obj-$(x86) += numa.o
 obj-y += osl.o
 obj-y += pmstat.o
 
-- 
1.9.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to