]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/base/Makefile
pci: use pci_ioremap_bar() in drivers/ide
[linux-2.6-omap-h63xx.git] / drivers / base / Makefile
index ed0a722c38ca8962c07be9b7a260ceb175ec9819..c66637392bbc71756731941a50253240d0da3b9a 100644 (file)
@@ -11,6 +11,9 @@ obj-$(CONFIG_FW_LOADER)       += firmware_class.o
 obj-$(CONFIG_NUMA)     += node.o
 obj-$(CONFIG_MEMORY_HOTPLUG_SPARSE) += memory.o
 obj-$(CONFIG_SMP)      += topology.o
+ifeq ($(CONFIG_SYSFS),y)
+obj-$(CONFIG_MODULES)  += module.o
+endif
 obj-$(CONFIG_SYS_HYPERVISOR) += hypervisor.o
 
 ifeq ($(CONFIG_DEBUG_DRIVER),y)