summaryrefslogtreecommitdiff
path: root/xxx/inactive
diff options
context:
space:
mode:
authorMiguel <m.i@gmx.at>2018-08-22 15:19:01 +0200
committerMiguel <m.i@gmx.at>2018-08-22 15:19:01 +0200
commit323fb9d3e09903d6fa43ef7e1f0cc8934414c8d4 (patch)
treeeb05efb1c4530db9b4942715bdef15f0923446b7 /xxx/inactive
parentd57a38d7fa9501a5ec17f75a1efaef9d62df5bef (diff)
removed module name definitions
Diffstat (limited to 'xxx/inactive')
-rw-r--r--xxx/inactive/console.c2
-rw-r--r--xxx/inactive/floppy.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/xxx/inactive/console.c b/xxx/inactive/console.c
index dc9b90e..50bfdae 100644
--- a/xxx/inactive/console.c
+++ b/xxx/inactive/console.c
@@ -9,7 +9,7 @@
#include "fs/ext2.h"
-#define FOOLOS_MODULE_NAME "console"
+
#ifdef FOOLOS_CONSOLE
diff --git a/xxx/inactive/floppy.c b/xxx/inactive/floppy.c
index 56ec856..b7c2f55 100644
--- a/xxx/inactive/floppy.c
+++ b/xxx/inactive/floppy.c
@@ -15,7 +15,7 @@
*
*/
-#define FOOLOS_MODULE_NAME "floppy"
+
#include "config.h"
#ifdef FOOLOS_COMPILE_FLOPPY