Re: PATCH: Update ide/legacy makefile to match changes

Christoph Hellwig (hch@infradead.org)
Fri, 21 Mar 2003 19:04:20 +0000


On Fri, Mar 21, 2003 at 07:29:41PM +0000, Alan Cox wrote:
> # Last of all
> +ifneq ($(CONFIG_X86_PC9800),y)
> obj-$(CONFIG_BLK_DEV_HD) += hd.o
> +else
> +obj-$(CONFIG_BLK_DEV_HD) += hd98.o
> +endif

That stupid. hd98.o should habe it's own config option instead
of overloading CONFIG_BLK_DEV_HD (CONFIG_BLK_DEV_HD98?).

-
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/