aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/acpica/Makefile
diff options
context:
space:
mode:
authorLv Zheng <lv.zheng@intel.com>2014-02-07 20:42:46 -0500
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-02-10 18:30:25 -0500
commit3334861b1e9947631230b573eba27bcd778b93c8 (patch)
tree6f8e2f293f28a38b986c9638777c19fed003654d /drivers/acpi/acpica/Makefile
parenteb60c4d3a43c8ba9a55e6b2ac824472de50aed11 (diff)
ACPICA: Update the conditions to enable the utility resource dump strings.
This patch enables resource dump functions for debugging purpose where ACPI_DEBUG_OUTPUT is enabled. Such functions are useful for developers to track kernel issues when composing debugging patches. They will be optimized out during link stage for normal builds. This patch updates the compilation condition used for the resource dump related string tables to match the compilation environment used for rsdump.c and rsdumpinfo.c. This patch can help to improve the ACPICA release automation. Lv Zheng. Signed-off-by: Lv Zheng <lv.zheng@intel.com> Signed-off-by: Bob Moore <robert.moore@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/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/Makefile b/drivers/acpi/acpica/Makefile
index 438304086ff1..b7ed86a20427 100644
--- a/drivers/acpi/acpica/Makefile
+++ b/drivers/acpi/acpica/Makefile
@@ -122,6 +122,8 @@ acpi-y += \
122 rsaddr.o \ 122 rsaddr.o \
123 rscalc.o \ 123 rscalc.o \
124 rscreate.o \ 124 rscreate.o \
125 rsdump.o \
126 rsdumpinfo.o \
125 rsinfo.o \ 127 rsinfo.o \
126 rsio.o \ 128 rsio.o \
127 rsirq.o \ 129 rsirq.o \
@@ -132,8 +134,6 @@ acpi-y += \
132 rsutils.o \ 134 rsutils.o \
133 rsxface.o 135 rsxface.o
134 136
135acpi-$(ACPI_FUTURE_USAGE) += rsdump.o rsdumpinfo.o
136
137acpi-y += \ 137acpi-y += \
138 tbfadt.o \ 138 tbfadt.o \
139 tbfind.o \ 139 tbfind.o \