Messages in this thread |  | | Date | Wed, 20 Sep 2000 07:15:06 -0500 | Subject | Re: SCSI scanning changes break RAID autorun | From | Peter Samuelson <> |
| |
[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/
|  |