aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/x86/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/x86/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/x86/Makefile')
-rw-r--r--drivers/acpi/x86/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/x86/Makefile b/drivers/acpi/x86/Makefile
index b97b1bcf8404..1f3c5fa84f9e 100644
--- a/drivers/acpi/x86/Makefile
+++ b/drivers/acpi/x86/Makefile
@@ -3,3 +3,5 @@ acpi-x86-y += apple.o
acpi-x86-y += cmos_rtc.o
acpi-x86-y += s2idle.o
acpi-x86-y += utils.o
+
+obj-$(CONFIG_X86) += blacklist.o