summaryrefslogtreecommitdiff
path: root/drivers/acpi/acpica/Makefile
diff options
context:
space:
mode:
authorLv Zheng <lv.zheng@intel.com>2014-07-08 06:06:12 +0400
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-07-08 16:22:25 +0400
commite740304c7cf389b5d498bd86865fc82518d9ea1a (patch)
treed47192e609837120d8b1cb275b51f2a9a56ac7a5 /drivers/acpi/acpica/Makefile
parentae8ffc7dbb7e2bb9cbf3d84ef4116c5f7901539a (diff)
downloadlinux-e740304c7cf389b5d498bd86865fc82518d9ea1a.tar.xz
ACPICA: Utilities: Add support to read table from files
After the new table reading utility functions are well tested, acpidump can also switch to use the generic acpi_ut_read_table_xxx() APIs. Currently this patch is no-op as acpidump does not link to the new APIs. This patch is only useful for ACPICA applications, most of which are not shipped in the Linux kernel. 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/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/acpi/acpica/Makefile b/drivers/acpi/acpica/Makefile
index 8bb43f06e11f..14b851f1a278 100644
--- a/drivers/acpi/acpica/Makefile
+++ b/drivers/acpi/acpica/Makefile
@@ -175,5 +175,5 @@ acpi-y += \
utxferror.o \
utxfmutex.o
-acpi-$(ACPI_FUTURE_USAGE) += uttrack.o utcache.o
+acpi-$(ACPI_FUTURE_USAGE) += utfileio.o uttrack.o utcache.o