When trying to build with Networking support enabled; but without selecting any protocol, i encountered this error: premi # make make[1]: `arch/arm/include/asm/mach-types.h' is up to date. CHK include/linux/version.h CHK include/linux/utsrelease.h SYMLINK include/config.h -> board/omap/config.h LD barebox commands/built-in.o: In function `do_tftpb': help.c:(.text.do_tftpb+0x64): undefined reference to `TftpStart' make: *** [barebox] Error 1 This 'mistake' led me to making the changes in the following patch. Sanjeev Premi (1): net: Exclude code based on selected protocol commands/net.c | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox