.. | .. |
---|
3 | 3 | # Makefile for ACPICA Core interpreter |
---|
4 | 4 | # |
---|
5 | 5 | |
---|
6 | | -ccflags-y := -Os -D_LINUX -DBUILDING_ACPICA |
---|
| 6 | +ccflags-y := -D_LINUX -DBUILDING_ACPICA |
---|
7 | 7 | ccflags-$(CONFIG_ACPI_DEBUG) += -DACPI_DEBUG_OUTPUT |
---|
8 | 8 | |
---|
9 | 9 | # use acpi.o to put all files here into acpi.o modparam namespace |
---|
.. | .. |
---|
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 | 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.o |
---|
86 | 87 | acpi-$(ACPI_FUTURE_USAGE) += hwtimer.o |
---|
87 | 88 | |
---|
88 | 89 | acpi-y += \ |
---|