tools/power/acpi/tools/ec/Makefile

Source file repositories/reference/linux-study-clean/tools/power/acpi/tools/ec/Makefile

File Facts

System
Linux kernel
Corpus path
tools/power/acpi/tools/ec/Makefile
Extension
[no extension]
Size
289 bytes
Lines
15
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: build/configuration rule
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

# 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

Annotation

Implementation Notes