aboutsummaryrefslogtreecommitdiffstats
path: root/tools/power/acpi/Makefile
diff options
context:
space:
mode:
authorThomas Renninger <trenn@suse.de>2014-04-07 15:16:57 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2014-04-28 12:36:56 +0200
commitd7cddbb07b18cc45e57420005850ca0326b9e074 (patch)
tree7d640a12341524d0227c7829e5ec990dd378ad13 /tools/power/acpi/Makefile
parentLinux 3.15-rc3 (diff)
downloadlinux-dev-d7cddbb07b18cc45e57420005850ca0326b9e074.tar.xz
linux-dev-d7cddbb07b18cc45e57420005850ca0326b9e074.zip
ACPI / tools: Introduce ec_access.c - tool to access the EC
This userspace tool accesses the EC through the ec_sys debug driver (through /sys/kernel/debug/ec/ec0/io). The EC command/data registers cannot be accessed directly, because they may be manipulated by the AML interpreter in parallel. The ec_sys driver synchronizes user space (debug) access with the AML interpreter. Signed-off-by: Thomas Renninger <trenn@suse.de> [rjw: Changelog] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/power/acpi/Makefile')
-rw-r--r--tools/power/acpi/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/power/acpi/Makefile b/tools/power/acpi/Makefile
index c2c0f20067a5..c225d6d9fb29 100644
--- a/tools/power/acpi/Makefile
+++ b/tools/power/acpi/Makefile
@@ -19,6 +19,8 @@ OUTDIR := $(shell cd $(OUTPUT) && /bin/pwd)
$(if $(OUTDIR),, $(error output directory "$(OUTPUT)" does not exist))
endif
+SUBDIRS = tools/ec
+
# --- CONFIGURATION BEGIN ---
# Set the following to `true' to make a unstripped, unoptimized