Skip to content
Snippets Groups Projects
Commit 42246c3f authored by Mike Frysinger's avatar Mike Frysinger
Browse files

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


Fixes a build error due to new partial linking logic.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent baaa4f9c
No related branches found
No related tags found
No related merge requests found
...@@ -156,6 +156,7 @@ ...@@ -156,6 +156,7 @@
# define CONFIG_CMD_PING # define CONFIG_CMD_PING
#else #else
# undef CONFIG_CMD_NET # undef CONFIG_CMD_NET
# undef CONFIG_CMD_NFS
#endif #endif
#define CONFIG_CMD_BOOTLDR #define CONFIG_CMD_BOOTLDR
......
...@@ -156,6 +156,7 @@ ...@@ -156,6 +156,7 @@
# define CONFIG_CMD_PING # define CONFIG_CMD_PING
#else #else
# undef CONFIG_CMD_NET # undef CONFIG_CMD_NET
# undef CONFIG_CMD_NFS
#endif #endif
#define CONFIG_CMD_BOOTLDR #define CONFIG_CMD_BOOTLDR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment