aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/apps/test/app.mk4
-rw-r--r--src/modules/test/foo.c (renamed from src/apps/test/foo.c)0
-rw-r--r--src/modules/test/module.mk4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/apps/test/app.mk b/src/apps/test/app.mk
deleted file mode 100644
index 283425c50..000000000
--- a/src/apps/test/app.mk
+++ /dev/null
@@ -1,4 +0,0 @@
-
-APP_NAME = test
-SRCS = foo.c
-
diff --git a/src/apps/test/foo.c b/src/modules/test/foo.c
index e69de29bb..e69de29bb 100644
--- a/src/apps/test/foo.c
+++ b/src/modules/test/foo.c
diff --git a/src/modules/test/module.mk b/src/modules/test/module.mk
new file mode 100644
index 000000000..abf80eedf
--- /dev/null
+++ b/src/modules/test/module.mk
@@ -0,0 +1,4 @@
+
+MODULE_NAME = test
+SRCS = foo.c
+