aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/x86/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2024-04-08ACPI: x86: Move LPSS to x86 folderAndy Shevchenko1-0/+1
LPSS is built solely for x86, move it to the respective folder. Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
2024-04-08ACPI: x86: Move blacklist to x86 folderAndy Shevchenko1-0/+2
blacklist is built solely for x86, move it to the respective folder. Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
2024-04-08ACPI: x86: Move acpi_cmos_rtc to x86 folderAndy Shevchenko1-0/+1
acpi_cmos_rtc is built solely for x86, move it to the respective folder. Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
2024-04-08ACPI: x86: Introduce a MakefileAndy Shevchenko1-0/+4
There will be more modules coming here, so, introduce a separate Makefile and include it in parent one via obj-$(CONFIG_X86). Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>