[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:

committed by
Shinya Kuribayashi

parent
8bde63eb3f
commit
79b51ff820
@@ -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 */
|
||||
|
Reference in New Issue
Block a user