Re: SCSI scanning changes break RAID autorun

From: Peter Samuelson (peter@cadcamlab.org)
Date: Wed Sep 20 2000 - 07:15:06 EST


[Matthew Kirkwood]
> +ifeq ($(CONFIG_BLK_DEV_MD),y)
> +SUB_DIRS += md
> +MOD_SUB_DIRS += md
> +else
> + ifeq ($(CONFIG_BLK_DEV_MD),m)
> + MOD_SUB_DIRS += md
> endif
> endif
>

Drop the 'else' bit; CONFIG_BLK_DEV_MD cannot be 'm'.

> +obj-n :=
> +obj- :=

These two variables are unused, don't bother initializing them.
We only care about obj-y and obj-m.

Rest looks OK (eyeballed, not tested).

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



This archive was generated by hypermail 2b29 : Sat Sep 23 2000 - 21:00:23 EST