[MIPS] cpu/mips/Makefile: Split [CS]OBJS onto separate lines

Also get rid of some #ifdefs in *.c files.

Signed-off-by: Shinya Kuribayashi <skuribay@ruby.dti.ne.jp>
This commit is contained in:
Shinya Kuribayashi
2008-06-07 20:51:59 +09:00
committed by Shinya Kuribayashi
parent 8bde63eb3f
commit 79b51ff820
5 changed files with 10 additions and 18 deletions

View File

@@ -26,9 +26,6 @@
*/
#include <config.h>
#ifdef CONFIG_SOC_AU1X00
#include <common.h>
#include <asm/au1x00.h>
@@ -132,4 +129,3 @@ int serial_tstc (void)
}
return 0;
}
#endif /* CONFIG_SOC_AU1X00 */