hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/acpi/acpica/Makefile
....@@ -3,7 +3,7 @@
33 # Makefile for ACPICA Core interpreter
44 #
55
6
-ccflags-y := -Os -D_LINUX -DBUILDING_ACPICA
6
+ccflags-y := -D_LINUX -DBUILDING_ACPICA
77 ccflags-$(CONFIG_ACPI_DEBUG) += -DACPI_DEBUG_OUTPUT
88
99 # use acpi.o to put all files here into acpi.o modparam namespace
....@@ -65,6 +65,7 @@
6565 exresnte.o \
6666 exresolv.o \
6767 exresop.o \
68
+ exserial.o \
6869 exstore.o \
6970 exstoren.o \
7071 exstorob.o \
....@@ -76,13 +77,13 @@
7677 hwacpi.o \
7778 hwesleep.o \
7879 hwgpe.o \
79
- hwpci.o \
8080 hwregs.o \
8181 hwsleep.o \
8282 hwvalid.o \
8383 hwxface.o \
8484 hwxfsleep.o
8585
86
+acpi-$(CONFIG_PCI) += hwpci.o
8687 acpi-$(ACPI_FUTURE_USAGE) += hwtimer.o
8788
8889 acpi-y += \