summaryrefslogtreecommitdiffstats
path: root/config_host/config_buildconfig.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config_host/config_buildconfig.h.in')
-rw-r--r--config_host/config_buildconfig.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config_host/config_buildconfig.h.in b/config_host/config_buildconfig.h.in
new file mode 100644
index 0000000000..a3b531e34e
--- /dev/null
+++ b/config_host/config_buildconfig.h.in
@@ -0,0 +1,9 @@
+/* Options passed to configure script */
+
+#ifndef CONFIG_BUILDCONFIG_H
+#define CONFIG_BUILDCONFIG_H
+
+#define BUILDCONFIG ""
+#define BUILDCONFIG_RECORDED 0
+
+#endif