forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/drivers/acpi/acpica/Makefile
....@@ -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 += \