Since you said you read the HOWTO... from the HOWTO:
===
You now need to figure out where you want to put your build images.
DO NOT PUT THESE IN THE LINUXBIOS SOURCE TREE.
You want to put them OUTSIDE THE TREE, so you can always
cvs update
and not lose any of your build directory.
Here's what it looks like when you run it.
python ~/src/freebois/util/config/NLBConfig.py winfast.config
~/src/freebios
===
So,
0. assuming from your attachment that your src tree is in
/usr/src/lobos/freebios
1. go to a DIRECTORY NOT IN THE SOURCE TREE
2. create a subdirectory with the same name as the "target" line in your
config file
3. type "python /usr/src/lobos/freebios/util/config/NLBConfig.py
l440gx.conf /usr/src/lobos/freebios"
4. cd <target-dir>
5. make
That should do it if your config file is correct...
-Jake