summaryrefslogtreecommitdiffstats
path: root/lib/lint.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lint.mk')
-rw-r--r--lib/lint.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/lib/lint.mk b/lib/lint.mk
new file mode 100644
index 0000000..ef47df7
--- /dev/null
+++ b/lib/lint.mk
@@ -0,0 +1,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