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:
parent
baaa4f9ce2
commit
42246c3f21
@ -156,6 +156,7 @@
|
||||
# define CONFIG_CMD_PING
|
||||
#else
|
||||
# undef CONFIG_CMD_NET
|
||||
# undef CONFIG_CMD_NFS
|
||||
#endif
|
||||
|
||||
#define CONFIG_CMD_BOOTLDR
|
||||
|
@ -156,6 +156,7 @@
|
||||
# define CONFIG_CMD_PING
|
||||
#else
|
||||
# undef CONFIG_CMD_NET
|
||||
# undef CONFIG_CMD_NFS
|
||||
#endif
|
||||
|
||||
#define CONFIG_CMD_BOOTLDR
|
||||
|
Loading…
Reference in New Issue
Block a user