Makefile (0588000eac9ba4178cebade437da3b28e8fad48f) Makefile (6d33b6be17dd6a0934396704f969ceb7f3206347)
1#
2# Makefile for ACPICA Core interpreter
3#
4
5ccflags-y := -Os
6ccflags-$(CONFIG_ACPI_DEBUG) += -DACPI_DEBUG_OUTPUT
7
8# use acpi.o to put all files here into acpi.o modparam namespace

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

156 utobject.o \
157 utosi.o \
158 utresrc.o \
159 utstate.o \
160 utxface.o \
161 utxfinit.o \
162 utxferror.o \
163 utxfmutex.o
1#
2# Makefile for ACPICA Core interpreter
3#
4
5ccflags-y := -Os
6ccflags-$(CONFIG_ACPI_DEBUG) += -DACPI_DEBUG_OUTPUT
7
8# use acpi.o to put all files here into acpi.o modparam namespace

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

156 utobject.o \
157 utosi.o \
158 utresrc.o \
159 utstate.o \
160 utxface.o \
161 utxfinit.o \
162 utxferror.o \
163 utxfmutex.o
164
165acpi-$(ACPI_FUTURE_USAGE) += uttrack.o utcache.o utclib.o
166