summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-07-16 23:16:03 +0200
committerAlejandro Colomar <alx@kernel.org>2023-07-16 23:16:03 +0200
commit28a127c5a4297a1a9e67269e750ca533dfafb51b (patch)
treedf78bf2aff96a7815fd109c614db4d5f2c867229
parentea5a42d0df720e29b1d3bda83385bc61b2b720f1 (diff)
Makefile: Add include guard
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2a757607f..112475b87 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,11 @@
#
########################################################################
+
+ifndef MAKEFILE_INCLUDED
+MAKEFILE_INCLUDED := 1
+
+
SHELL := /usr/bin/env bash -Eeuo pipefail
@@ -239,3 +244,6 @@ help-variables:
.DELETE_ON_ERROR:
+
+
+endif #include guard