summaryrefslogtreecommitdiffstats
path: root/src/config/defaults.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/defaults.h')
-rw-r--r--src/config/defaults.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config/defaults.h b/src/config/defaults.h
new file mode 100644
index 000000000..1f55ef3cc
--- /dev/null
+++ b/src/config/defaults.h
@@ -0,0 +1,8 @@
+#ifndef CONFIG_DEFAULTS_H
+#define CONFIG_DEFAULTS_H
+
+#define CONFIG_DEFAULTS(_platform) <config/defaults/_platform.h>
+
+#include CONFIG_DEFAULTS(PLATFORM)
+
+#endif /* CONFIG_DEFAULTS_H */