aboutsummaryrefslogtreecommitdiffstats
path: root/tools/power/acpi/tools/ec/Makefile
blob: d0abac0ec23a910cb8db80e2d00b48dc858e2679 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: GPL-2.0-only
# tools/power/acpi/tools/acpidump/Makefile - ACPI tool Makefile
#
# Copyright (c) 2015, Intel Corporation
#   Author: Lv Zheng <lv.zheng@intel.com>
#

include ../../Makefile.config

TOOL = ec
TOOL_OBJS = \
	ec_access.o

include ../../Makefile.rules