summaryrefslogtreecommitdiff
path: root/drivers/acpi/Makefile
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2024-04-04 21:23:41 +0300
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2024-04-08 16:39:24 +0200
commit3d26b94fa11e5e7aa46aef5ee7748d5015900acd (patch)
treeb81100e9721d018071b2764c56855d18665f5012 /drivers/acpi/Makefile
parent49db108391e231ed11fec937b00a2a8c46522a11 (diff)
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>
Diffstat (limited to 'drivers/acpi/Makefile')
-rw-r--r--drivers/acpi/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/acpi/Makefile b/drivers/acpi/Makefile
index 5e14aa11c2cb..0f73a6b953b3 100644
--- a/drivers/acpi/Makefile
+++ b/drivers/acpi/Makefile
@@ -14,7 +14,6 @@ tables.o: $(src)/../../include/$(CONFIG_ACPI_CUSTOM_DSDT_FILE) ;
endif
obj-$(CONFIG_ACPI) += tables.o
-obj-$(CONFIG_X86) += blacklist.o
#
# ACPI Core Subsystem (Interpreter)