diff options
| author | Peter Tyser <ptyser@xes-inc.com> | 2009-03-13 18:54:41 -0500 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2009-04-04 01:12:25 +0200 | 
| commit | 1cd300de5e19c9e8383ee2eb2b6bd3b8b9378c78 (patch) | |
| tree | b0682679ead66dffb16ac5e10d549c747d3210e6 /doc/README.NetConsole | |
| parent | 123c48a21ce08b4a33f36e96cc75f92324e761d7 (diff) | |
| download | olio-uboot-2014.01-1cd300de5e19c9e8383ee2eb2b6bd3b8b9378c78.tar.xz olio-uboot-2014.01-1cd300de5e19c9e8383ee2eb2b6bd3b8b9378c78.zip | |
tools/Makefile: Compile ncb when CONFIG_NETCONSOLE
Also conditionally add ncb.o to OBJ_FILES list
Signed-off-by: Peter Tyser <ptyser@xes-inc.com>
Diffstat (limited to 'doc/README.NetConsole')
| -rw-r--r-- | doc/README.NetConsole | 6 | 
1 files changed, 2 insertions, 4 deletions
| diff --git a/doc/README.NetConsole b/doc/README.NetConsole index 94c881676..639cc12a5 100644 --- a/doc/README.NetConsole +++ b/doc/README.NetConsole @@ -55,10 +55,8 @@ Again, this script takes exactly one argument, which is interpreted  as the target IP address (or host name, assuming DNS is working). The  script can be interrupted by pressing ^T (CTRL-T). -The 'ncb' tool can be found in the tools directory; it will not be -built by default so you will ither have to adjust the Makefile or -build it manually. - +The 'ncb' tool can be found in the tools directory; it will be built +when compiling for a board which has CONFIG_NETCONSOLE defined.  For Linux, the network-based console needs special configuration.  Minimally, the host IP address needs to be specified. This can be |