aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-07-10 14:54:57 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-07-10 14:54:57 -0700
commit4a015a6b292d91773ba2f2d39a2ffddc93e3fd04 (patch)
tree6ba1bb344a0875460597f8b6fee898de0dd0eac7 /Makefile
parentaa5215770d839351d6990f3920e202a865fcebdc (diff)
Added caching for HAS_SYSTEMTAP in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 885c5e1207..358aba63b0 100644
--- a/Makefile
+++ b/Makefile
@@ -474,6 +474,10 @@ endif
endif
endif
+ifeq ($(HAS_SYSTEMTAP),true)
+CACHE_MK += HAS_SYSTEMTAP = true\n
+endif
+
# Note that for testing purposes, one can do:
# make HAS_EMBEDDED_OPENSSL_ALPN=false
# to emulate the fact we do not have OpenSSL in the third_party folder.