Re: [7/7] LEON SPARC V8 processor support for linux-2.6.10

From: Roland Dreier
Date: Tue Jan 04 2005 - 19:35:49 EST


Is there no way to do this:

> +ifneq ($(CONFIG_LEON_3),y)
> +obj-$(CONFIG_SERIAL_LEON) += leon.o
> +endif

by using dependencies in Kconfig rather than adding conditionals to
the Makefile? Does it work to make SERIAL_LEON depend on LEON && !LEON_3?

- R.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/