kernel/drivers/acpi/acpica/Makefile
.. .. @@ -65,6 +65,7 @@ 65 65 exresnte.o \ 66 66 exresolv.o \ 67 67 exresop.o \ 68 + exserial.o \68 69 exstore.o \ 69 70 exstoren.o \ 70 71 exstorob.o \ .. .. @@ -76,13 +77,13 @@ 76 77 hwacpi.o \ 77 78 hwesleep.o \ 78 79 hwgpe.o \ 79 - hwpci.o \80 80 hwregs.o \ 81 81 hwsleep.o \ 82 82 hwvalid.o \ 83 83 hwxface.o \ 84 84 hwxfsleep.o 85 85 86 +acpi-$(CONFIG_PCI) += hwpci.o86 87 acpi-$(ACPI_FUTURE_USAGE) += hwtimer.o 87 88 88 89 acpi-y += \