summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/board/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/board/config.h')
-rw-r--r--arch/sandbox/board/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sandbox/board/config.h b/arch/sandbox/board/config.h
new file mode 100644
index 0000000000..c96d762f2d
--- /dev/null
+++ b/arch/sandbox/board/config.h
@@ -0,0 +1,6 @@
+#ifndef __CONFIG_H
+#define __CONFIG_H
+
+#define __SANDBOX__
+
+#endif /* __CONFIG_H */