Blackfin: bf537-minotaur/bf537-srv1: undefine nfs when net is disabled

Fixes a build error due to new partial linking logic.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
Mike Frysinger 2010-12-22 23:26:08 -05:00
parent baaa4f9ce2
commit 42246c3f21
2 changed files with 2 additions and 0 deletions

View file

@ -156,6 +156,7 @@
# define CONFIG_CMD_PING
#else
# undef CONFIG_CMD_NET
# undef CONFIG_CMD_NFS
#endif
#define CONFIG_CMD_BOOTLDR

View file

@ -156,6 +156,7 @@
# define CONFIG_CMD_PING
#else
# undef CONFIG_CMD_NET
# undef CONFIG_CMD_NFS
#endif
#define CONFIG_CMD_BOOTLDR