ACPI: x86: Move blacklist to x86 folder
blacklist is built solely for x86, move it to the respective folder. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
49db108391
commit
3d26b94fa1
@ -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
|
|||||||
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 @@
|
|||||||
#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;
|
Loading…
x
Reference in New Issue
Block a user