]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - tools/power/acpi/tools/ec/Makefile
tools/power/acpi: Enable build for EC userspace tool
[karo-tx-linux.git] / tools / power / acpi / tools / ec / Makefile
1 # tools/power/acpi/tools/acpidump/Makefile - ACPI tool Makefile
2 #
3 # Copyright (c) 2015, Intel Corporation
4 #   Author: Lv Zheng <lv.zheng@intel.com>
5 #
6 # This program is free software; you can redistribute it and/or
7 # modify it under the terms of the GNU General Public License
8 # as published by the Free Software Foundation; version 2
9 # of the License.
10
11 include ../../Makefile.config
12
13 TOOL = ec
14 TOOL_OBJS = \
15         ec_access.o
16
17 include ../../Makefile.rules