I've got things compiling for my board. Gonna test here in a minute or 2 I chose not to create a mainboard directory for our board. It dosen't make sense to me to create a CVS entry for a custom Bitworks board that isn't of much use to anywone else.
Instead I am including the necessary config info in my top level config file. But seems to me that I can't finish things without a mainboard dir, some NLBConfig customization or a hardcoded path in my config file. In order to complete the link I have to have mainboard_fixup(). Which is usually included in the mainboard config via 'object mainboard.o' If I add 'object mainboard.o' to my config file the it looks for mainboard.c at $(TOP) or the top of the freebios tree. object '/full_path/mainboard.o' works but that seems like a sub-optimal solution. Is there a way I can specify a file to be processed that exists in my target dir? -- Richard A. Smith Bitworks, Inc. [EMAIL PROTECTED] 501.846.5777 x204 Sr. Design Engineer http://www.bitworks.com
