Richard Smith wrote:

Jordan and Ron: Perhaps the config file needs to be a setting in 'Config.mk'?

it is. Look at the linuxbios makefile
ifeq ($(LINUXBIOS_CONFIG),)
LINUXBIOS_CONFIG=Config.1M.lb
endif

The setting has a default value, which you can override, just as you can override the default version.

If not set in Config.mk, it will default to Config.1M.lb.
To override, do this in Config.mk
LINUXBIOS_CONFIG=Config.SPI.lb

So, I think you might have changed more than needed.



Its way past my bedtime and I'm totally wired on coffee.  Lets hope I
didn't break anything.


I don't think you broke anything, but I think the changes may have been more than was needed.

thanks
ron
_______________________________________________
Devel mailing list
[email protected]
http://mailman.laptop.org/mailman/listinfo/devel

Reply via email to