1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-01 16:52:14 +02:00

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>
This commit is contained in:
Peter Tyser
2009-03-13 18:54:41 -05:00
committed by Wolfgang Denk
parent 123c48a21c
commit 1cd300de5e
2 changed files with 4 additions and 4 deletions

View File

@@ -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