Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[ACPI] IA64 build: blacklist.c is used only on X86

Signed-off-by: Al Viro <viro@ftp.linux.org.uk>
Signed-off-by: Len Brown <len.brown@intel.com>
(cherry picked from ef4611613657dfb8af8d336f2f61f08cfcdc9d8a commit)

authored by

Al Viro and committed by
Len Brown
5d8e7aa6 7dac562f

+1 -1
+1 -1
drivers/acpi/Makefile
··· 16 16 # ACPI Boot-Time Table Parsing 17 17 # 18 18 obj-y += tables.o 19 - obj-y += blacklist.o 19 + obj-$(CONFIG_X86) += blacklist.o 20 20 21 21 # 22 22 # ACPI Core Subsystem (Interpreter)