drivers/serial/Config.in defines the following:
if [ "$CONFIG_SPARC32" = "y" -o "$CONFIG_SPARC64" = "y" ]; then
define_bool CONFIG_SERIAL_SUNCORE y
define_bool CONFIG_SERIAL_CORE_CONSOLE y
There are no deps for CONFIG_SERIAL_CORE_CONSOLE in
drivers/serial/Makefile, so core.o isn't built on sparc32/64, and
linking gives an undefined reference to uart_console_init() error. Not
sure if this is the desired way to deal w/ such deps, but it gets the
job done.
-- It's not denial. I'm just selective about the reality I accept. -- Bill Watterson
This archive was generated by hypermail 2b29 : Tue Oct 15 2002 - 22:00:42 EST