DIR:/usr/lib/modules/5.14.0-503.14.1.el9_5.x86_64/source/tools/power/acpi/tools/ec/ |
Current File : //usr/lib/modules/5.14.0-503.14.1.el9_5.x86_64/source/tools/power/acpi/tools/ec/Makefile |
# 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 |