aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/Makefile
diff options
context:
space:
mode:
authorBob Moore <robert.moore@intel.com>2015-10-18 22:24:26 -0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2015-10-21 20:01:11 -0400
commit93556118c0679d9ed25e108a94f2b893160fce54 (patch)
treefb51186cab53b294b614350ebea4b2b2ea64f266 /drivers/acpi/acpica/Makefile
parent62fcce91049a9681fc31d068ffcfaec8d168a857 (diff)
ACPICA: Remove unnecessary conditional compilation
ACPICA commit eea1f0e561893b6d6417913b2d224082fe3a0a5e Remove use of ACPI_DEBUGGER and ACPI_DISASSEMBLER where these defines are used around entire modules. Note: This type of code also causes problems with IDEs. Link: https://github.com/acpica/acpica/commit/eea1f0e5 Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'drivers/acpi/acpica/Makefile')
-rw-r--r--drivers/acpi/acpica/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/Makefile b/drivers/acpi/acpica/Makefile
index fedcc16b56cc..ac78d7657204 100644
--- a/drivers/acpi/acpica/Makefile
+++ b/drivers/acpi/acpica/Makefile
@@ -123,7 +123,6 @@ acpi-y += \
123 rsaddr.o \ 123 rsaddr.o \
124 rscalc.o \ 124 rscalc.o \
125 rscreate.o \ 125 rscreate.o \
126 rsdump.o \
127 rsdumpinfo.o \ 126 rsdumpinfo.o \
128 rsinfo.o \ 127 rsinfo.o \
129 rsio.o \ 128 rsio.o \
@@ -179,6 +178,7 @@ acpi-y += \
179 utxfmutex.o 178 utxfmutex.o
180 179
181acpi-$(ACPI_FUTURE_USAGE) += \ 180acpi-$(ACPI_FUTURE_USAGE) += \
181 rsdump.o \
182 utcache.o \ 182 utcache.o \
183 utfileio.o \ 183 utfileio.o \
184 utprint.o \ 184 utprint.o \