Linux-libre 5.3.12-gnu
[librecmc/linux-libre.git] / tools / power / acpi / tools / ec / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 # tools/power/acpi/tools/acpidump/Makefile - ACPI tool Makefile
3 #
4 # Copyright (c) 2015, Intel Corporation
5 #   Author: Lv Zheng <lv.zheng@intel.com>
6 #
7
8 include ../../Makefile.config
9
10 TOOL = ec
11 TOOL_OBJS = \
12         ec_access.o
13
14 include ../../Makefile.rules