Makefile (d0034a7a4ac7fae708146ac0059b9c47a1543f0d) Makefile (cefc7ca46235f01d5233e3abd4b79452af01d9e9)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the Linux ACPI interpreter
4#
5
6ccflags-$(CONFIG_ACPI_DEBUG) += -DACPI_DEBUG_OUTPUT
7
8#

--- 47 unchanged lines hidden (view full) ---

56acpi-$(CONFIG_X86) += x86/utils.o
57acpi-$(CONFIG_X86) += x86/s2idle.o
58acpi-$(CONFIG_DEBUG_FS) += debugfs.o
59acpi-y += acpi_lpat.o
60acpi-$(CONFIG_ACPI_FPDT) += acpi_fpdt.o
61acpi-$(CONFIG_ACPI_LPIT) += acpi_lpit.o
62acpi-$(CONFIG_ACPI_GENERIC_GSI) += irq.o
63acpi-$(CONFIG_ACPI_WATCHDOG) += acpi_watchdog.o
1# SPDX-License-Identifier: GPL-2.0
2#
3# Makefile for the Linux ACPI interpreter
4#
5
6ccflags-$(CONFIG_ACPI_DEBUG) += -DACPI_DEBUG_OUTPUT
7
8#

--- 47 unchanged lines hidden (view full) ---

56acpi-$(CONFIG_X86) += x86/utils.o
57acpi-$(CONFIG_X86) += x86/s2idle.o
58acpi-$(CONFIG_DEBUG_FS) += debugfs.o
59acpi-y += acpi_lpat.o
60acpi-$(CONFIG_ACPI_FPDT) += acpi_fpdt.o
61acpi-$(CONFIG_ACPI_LPIT) += acpi_lpit.o
62acpi-$(CONFIG_ACPI_GENERIC_GSI) += irq.o
63acpi-$(CONFIG_ACPI_WATCHDOG) += acpi_watchdog.o
64acpi-$(CONFIG_ACPI_PRMT) += prmt.o
64
65# Address translation
66acpi-$(CONFIG_ACPI_ADXL) += acpi_adxl.o
67
68# These are (potentially) separate modules
69
70# IPMI may be used by other drivers, so it has to initialise before them
71obj-$(CONFIG_ACPI_IPMI) += acpi_ipmi.o

--- 49 unchanged lines hidden ---
65
66# Address translation
67acpi-$(CONFIG_ACPI_ADXL) += acpi_adxl.o
68
69# These are (potentially) separate modules
70
71# IPMI may be used by other drivers, so it has to initialise before them
72obj-$(CONFIG_ACPI_IPMI) += acpi_ipmi.o

--- 49 unchanged lines hidden ---