Commit 3d26b94f authored by Andy Shevchenko's avatar Andy Shevchenko Committed by Rafael J. Wysocki

ACPI: x86: Move blacklist to x86 folder

blacklist is built solely for x86, move it to the respective folder.
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 49db1083
...@@ -14,7 +14,6 @@ tables.o: $(src)/../../include/$(CONFIG_ACPI_CUSTOM_DSDT_FILE) ; ...@@ -14,7 +14,6 @@ tables.o: $(src)/../../include/$(CONFIG_ACPI_CUSTOM_DSDT_FILE) ;
endif endif
obj-$(CONFIG_ACPI) += tables.o obj-$(CONFIG_ACPI) += tables.o
obj-$(CONFIG_X86) += blacklist.o
# #
# ACPI Core Subsystem (Interpreter) # ACPI Core Subsystem (Interpreter)
......
...@@ -3,3 +3,5 @@ acpi-x86-y += apple.o ...@@ -3,3 +3,5 @@ acpi-x86-y += apple.o
acpi-x86-y += cmos_rtc.o acpi-x86-y += cmos_rtc.o
acpi-x86-y += s2idle.o acpi-x86-y += s2idle.o
acpi-x86-y += utils.o acpi-x86-y += utils.o
obj-$(CONFIG_X86) += blacklist.o
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
#include <linux/acpi.h> #include <linux/acpi.h>
#include <linux/dmi.h> #include <linux/dmi.h>
#include "internal.h" #include "../internal.h"
#ifdef CONFIG_DMI #ifdef CONFIG_DMI
static const struct dmi_system_id acpi_rev_dmi_table[] __initconst; static const struct dmi_system_id acpi_rev_dmi_table[] __initconst;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment