Re: [PATCH] sparc64 makefile dep fix for uart_console_init

David S. Miller (davem@redhat.com)
Sat, 12 Oct 2002 01:35:07 -0700 (PDT)


From: Andres Salomon <dilinger@mp3revolution.net>
Date: Sat, 12 Oct 2002 04:24:05 -0400

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

Yeah that's weird. Just enable one of the sun serial
drivers for now and it will fix itself.

Probably a fix could be to add CONFIG_SERIAL_SUNCORE to the
checks that set CONFIG_SERIAL_CORE, I think that's how I'll
fix this.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/