[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH RFC 01/35] xen: acpi: Build numa and pmstate x86 only
From: Naresh Bhat <naresh.bhat@xxxxxxxxxx> Configure and build numa, pmstate for x86 architecture only. Signed-off-by: Naresh Bhat <naresh.bhat@xxxxxxxxxx> --- xen/drivers/acpi/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xen/drivers/acpi/Makefile b/xen/drivers/acpi/Makefile index bbb06a7..009fe5a 100644 --- a/xen/drivers/acpi/Makefile +++ b/xen/drivers/acpi/Makefile @@ -3,9 +3,9 @@ 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 +obj-$(x86) += pmstat.o obj-$(x86) += hwregs.o obj-$(x86) += reboot.o -- 1.9.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |