tools/testing/selftests/powerpc/dexcr/Makefile

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

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/powerpc/dexcr/Makefile
Extension
[no extension]
Size
327 bytes
Lines
13
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

TEST_GEN_PROGS := dexcr_test hashchk_test
TEST_GEN_FILES := lsdexcr chdexcr

include ../../lib.mk
include ../flags.mk

CFLAGS += $(KHDR_INCLUDES)

$(OUTPUT)/hashchk_test: CFLAGS += -fno-pie -no-pie $(call cc-option,-mno-rop-protect)

$(TEST_GEN_PROGS): ../harness.c ../utils.c ./dexcr.c
$(TEST_GEN_FILES): ../utils.c ./dexcr.c

Annotation

Implementation Notes