projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dac562
)
[ACPI] IA64 build: blacklist.c is used only on X86
author
Al Viro
<viro@ftp.linux.org.uk>
Thu, 22 Sep 2005 05:15:57 +0000
(
01:15
-0400)
committer
Len Brown
<len.brown@intel.com>
Thu, 1 Dec 2005 02:59:35 +0000
(21:59 -0500)
Signed-off-by: Al Viro <viro@ftp.linux.org.uk>
Signed-off-by: Len Brown <len.brown@intel.com>
(cherry picked from
ef4611613657dfb8af8d336f2f61f08cfcdc9d8a
commit)
drivers/acpi/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/drivers/acpi/Makefile
b/drivers/acpi/Makefile
index a18243488c666cad223183fbe54726f9ba26fbed..5984b4f6715a95064e72d53938a4f8681bbb5714 100644
(file)
--- a/
drivers/acpi/Makefile
+++ b/
drivers/acpi/Makefile
@@
-16,7
+16,7
@@
EXTRA_CFLAGS += $(ACPI_CFLAGS)
# ACPI Boot-Time Table Parsing
#
obj-y += tables.o
-obj-
y
+= blacklist.o
+obj-
$(CONFIG_X86)
+= blacklist.o
#
# ACPI Core Subsystem (Interpreter)