scripts/gendwarfksyms/Makefile

Source file repositories/reference/linux-study-clean/scripts/gendwarfksyms/Makefile

File Facts

System
Linux kernel
Corpus path
scripts/gendwarfksyms/Makefile
Extension
[no extension]
Size
333 bytes
Lines
13
Domain
Support Tooling And Documentation
Bucket
scripts
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
hostprogs-always-y += gendwarfksyms

gendwarfksyms-objs += gendwarfksyms.o
gendwarfksyms-objs += cache.o
gendwarfksyms-objs += die.o
gendwarfksyms-objs += dwarf.o
gendwarfksyms-objs += kabi.o
gendwarfksyms-objs += symbols.o
gendwarfksyms-objs += types.o

HOSTLDLIBS_gendwarfksyms := -ldw -lelf -lz

Annotation

Implementation Notes