Makefile (289B)
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 8include ../../Makefile.config 9 10TOOL = ec 11TOOL_OBJS = \ 12 ec_access.o 13 14include ../../Makefile.rules