mirror of
https://xff.cz/git/u-boot/
synced 2025-10-14 06:21:47 +02:00
[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
@@ -23,8 +23,6 @@
|
||||
*/
|
||||
#include <config.h>
|
||||
|
||||
#ifdef CONFIG_SOC_AU1X00
|
||||
|
||||
#if defined(CFG_DISCOVER_PHY)
|
||||
#error "PHY not supported yet"
|
||||
/* We just assume that we are running 100FD for now */
|
||||
@@ -307,5 +305,3 @@ int au1x00_enet_initialize(bd_t *bis){
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
#endif /* CONFIG_SOC_AU1X00 */
|
||||
|
Reference in New Issue
Block a user