summaryrefslogtreecommitdiffstats
path: root/lib/lint.mk
blob: ef47df75e937ce2299c1b146b3dfe91a896bc9ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2022 Alejandro Colomar <alx@kernel.org>
# SPDX-License-Identifier:  LGPL-3.0-or-later WITH LGPL-3.0-linking-exception


ifndef LIB_LINT_MK_
LIB_LINT_MK_ := 1


include $(srcdir)/lib/src.mk


lint := lint-c


.PHONY: lint
lint: $(lint)
	@:


endif  # include guard