summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_probes.h.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/config_host/config_probes.h.in b/config_host/config_probes.h.in
new file mode 100644
index 000000000000..b15a1f077ea9
--- /dev/null
+++ b/config_host/config_probes.h.in
@@ -0,0 +1,7 @@
+#ifndef CONFIG_PROBES_H
+#define CONFIG_PROBES_H
+
+/* Whether we have and can use sys/sdt.h for probes. */
+#define USE_SDT_PROBES 0
+
+#endif