This directory contains several small scripts used for development purposes and is not included in releases:
mk/*.mk
: Variousmake
utility targets (seemake help
output)coccinelle/*.cocci
: Coccinelle semantic patches used by themake check-coccinelle
target (to identify some codebase-specific pitfalls or inefficiencies)mock-headers/*.h
: Mock header files used bymake check-clang-tidy
, in place of some generated (build/gen/*.h
) headersgit-hooks/*
: Seedocs/contributing.md
andgithooks(5)
*.{sh,awk}
: See comments at the top of each script