tools/testing/selftests/cpufreq/Makefile

Source file repositories/reference/linux-study-clean/tools/testing/selftests/cpufreq/Makefile

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/cpufreq/Makefile
Extension
[no extension]
Size
264 bytes
Lines
11
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
all:

TEST_PROGS := main.sh
TEST_FILES := cpu.sh cpufreq.sh governor.sh module.sh special-tests.sh
EXTRA_CLEAN := cpufreq_selftest.dmesg_cpufreq.txt cpufreq_selftest.dmesg_full.txt cpufreq_selftest.txt

include ../lib.mk

clean:

Annotation

Implementation Notes