summaryrefslogtreecommitdiffstats
path: root/share/mk/lint/c/_.mk
blob: dc2f3e23fa2613958c67b78ab457748ffc7a2261 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 2021-2024, Alejandro Colomar <alx@kernel.org>
# SPDX-License-Identifier: LGPL-3.0-only WITH LGPL-3.0-linking-exception


ifndef MAKEFILE_LINT_C_INCLUDED
MAKEFILE_LINT_C_INCLUDED := 1


.PHONY: lint-c
lint-c: \
	lint-c-checkpatch \
	lint-c-clang-tidy \
	lint-c-cppcheck \
	lint-c-cpplint \
	lint-c-iwyu


endif  # include guard