summaryrefslogtreecommitdiff
path: root/windhoek/ide/local.h
diff options
context:
space:
mode:
Diffstat (limited to 'windhoek/ide/local.h')
-rw-r--r--windhoek/ide/local.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/windhoek/ide/local.h b/windhoek/ide/local.h
deleted file mode 100644
index c2d0952a..00000000
--- a/windhoek/ide/local.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef LOCAL_H
-#define LOCAL_H
-
-#define DEBUG_MSG(msg, ...) {}
-
-// printk("%s: \033[31m"msg"\033[0m\n", __FUNCTION__, ##__VA_ARGS__)
-
-#define CONFIG_IDE_GD 1
-#define CONFIG_IDE_GD_ATA 1
-
-#endif