How to disable configfs_example modules

From: Jaswinder Singh Rajput
Date: Sun Feb 21 2010 - 10:32:31 EST


Hello Randy,

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),)' :

Documentation/filesystems/configfs/Makefile :
ifneq ($(CONFIG_CONFIGFS_FS),)
obj-m += configfs_example_explicit.o configfs_example_macros.o
endif

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