Index: defaults/abs32le/Makefile.config
===================================================================
--- defaults/abs32le/Makefile.config	(revision 50fda246446cc7b9ea6f17465aa5d2853fd2aa0b)
+++ 	(revision )
@@ -1,29 +1,0 @@
-# Platform
-PLATFORM = abs32le
-
-# RAM disk format
-RDFMT = fat
-
-# Compiler
-COMPILER = gcc_native
-
-# Debug build
-CONFIG_DEBUG = y
-
-# Support for userspace debuggers
-CONFIG_UDEBUG = y
-
-# Kernel console support
-CONFIG_KCONSOLE = y
-
-# Kernel symbol information
-CONFIG_SYMTAB = y
-
-# Detailed kernel logging
-CONFIG_LOG = n
-
-# Compile kernel tests
-CONFIG_TEST = y
-
-# Load disk drivers on startup
-CONFIG_START_BD = n
Index: defaults/special/Makefile.config
===================================================================
--- defaults/special/Makefile.config	(revision 1735f3e4ff366ba52b91d0dc24abe085e1196d7b)
+++ defaults/special/Makefile.config	(revision 1735f3e4ff366ba52b91d0dc24abe085e1196d7b)
@@ -0,0 +1,26 @@
+# RAM disk format
+RDFMT = fat
+
+# Compiler
+COMPILER = gcc_native
+
+# Debug build
+CONFIG_DEBUG = y
+
+# Support for userspace debuggers
+CONFIG_UDEBUG = y
+
+# Kernel console support
+CONFIG_KCONSOLE = y
+
+# Kernel symbol information
+CONFIG_SYMTAB = y
+
+# Detailed kernel logging
+CONFIG_LOG = n
+
+# Compile kernel tests
+CONFIG_TEST = y
+
+# Load disk drivers on startup
+CONFIG_START_BD = n
Index: defaults/special/abs32le/Makefile.config
===================================================================
--- defaults/special/abs32le/Makefile.config	(revision 1735f3e4ff366ba52b91d0dc24abe085e1196d7b)
+++ defaults/special/abs32le/Makefile.config	(revision 1735f3e4ff366ba52b91d0dc24abe085e1196d7b)
@@ -0,0 +1,2 @@
+# Platform
+PLATFORM = abs32le
