summaryrefslogtreecommitdiffstats
path: root/Makefile.d/linux_mtd_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.d/linux_mtd_test.c')
-rw-r--r--Makefile.d/linux_mtd_test.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.d/linux_mtd_test.c b/Makefile.d/linux_mtd_test.c
new file mode 100644
index 000000000..d254e242c
--- /dev/null
+++ b/Makefile.d/linux_mtd_test.c
@@ -0,0 +1,8 @@
+#include <mtd/mtd-user.h>
+
+int main(int argc, char **argv)
+{
+ (void)argc;
+ (void)argv;
+ return 0;
+}