mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/1] Exclude code based on config
@ 2009-12-24 13:55 Sanjeev Premi
  2009-12-24 13:55 ` [PATCH 1/1] net: Exclude code based on selected protocol Sanjeev Premi
  0 siblings, 1 reply; 4+ messages in thread
From: Sanjeev Premi @ 2009-12-24 13:55 UTC (permalink / raw)
  To: barebox

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@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-01-04 16:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-24 13:55 [PATCH 0/1] Exclude code based on config Sanjeev Premi
2009-12-24 13:55 ` [PATCH 1/1] net: Exclude code based on selected protocol Sanjeev Premi
2010-01-04 10:08   ` Sascha Hauer
2010-01-04 16:18     ` Premi, Sanjeev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox