diff options
author | Shinya Kuribayashi <skuribay@ruby.dti.ne.jp> | 2008-06-07 20:51:59 +0900 |
---|---|---|
committer | Shinya Kuribayashi <shinya.kuribayashi@necel.com> | 2008-06-07 20:51:59 +0900 |
commit | 79b51ff8205f0354d5300570614c1d2db499679c (patch) | |
tree | 1fdc24588070f5fca614c4b0dfeaad5ac446da67 /cpu/mips/au1x00_serial.c | |
parent | 8bde63eb3f79d68f693201528dafc8ae7aa087de (diff) | |
download | u-boot-imx-79b51ff8205f0354d5300570614c1d2db499679c.zip u-boot-imx-79b51ff8205f0354d5300570614c1d2db499679c.tar.gz u-boot-imx-79b51ff8205f0354d5300570614c1d2db499679c.tar.bz2 |
[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>
Diffstat (limited to 'cpu/mips/au1x00_serial.c')
-rw-r--r-- | cpu/mips/au1x00_serial.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpu/mips/au1x00_serial.c b/cpu/mips/au1x00_serial.c index ec10ac0..6309794 100644 --- a/cpu/mips/au1x00_serial.c +++ b/cpu/mips/au1x00_serial.c @@ -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 */ |