Re: [PATCH] Re: How to disable configfs_example modules

From: Jaswinder Singh Rajput
Date: Sun Feb 21 2010 - 13:52:43 EST


Hello Randy,

On Sun, Feb 21, 2010 at 11:39 PM, Randy Dunlap <randy.dunlap@xxxxxxxxxx> wrote:
> On 02/21/10 07:18, Jaswinder Singh Rajput wrote:
>> I am trying to build no modules but unfortunately I am getting 3 modules
>> with http://userweb.kernel.org/~jaswinder/Corei7/config-i7-64.txt :
>>
>>   INSTALL Documentation/filesystems/configfs/configfs_example_explicit.ko
>>   INSTALL Documentation/filesystems/configfs/configfs_example_macros.ko
>>   INSTALL drivers/scsi/scsi_wait_scan.ko
>>
>> How can I get rid of configfs_example modules.
>>
>> What is the magic in 'ifneq ($(CONFIG_CONFIGFS_FS),)' :
>
> That just says: if CONFIG_CONFIGFS_FS neq empty_string
>  [where the empty_string is between the ",)"]
>

Thanks for the explanation by disabling CONFIG_CONFIGFS_FS, I get rid
of configfs_example modules. Patch is not required.

Thanks for your help,
--
Jaswinder Singh.
--
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/