X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fbase%2FMakefile;h=c66637392bbc71756731941a50253240d0da3b9a;hb=60c11d2abf4ef811d0ce3ea34279746729c4c6fc;hp=b539e5e75b5690116f868c9ea06283c758f6f7a7;hpb=a5117ba7da37deb09df5eb802dace229b3fb1e9f;p=linux-2.6-omap-h63xx.git diff --git a/drivers/base/Makefile b/drivers/base/Makefile index b539e5e75b5..c66637392bb 100644 --- a/drivers/base/Makefile +++ b/drivers/base/Makefile @@ -2,14 +2,18 @@ obj-y := core.o sys.o bus.o dd.o \ driver.o class.o platform.o \ - cpu.o firmware.o init.o map.o dmapool.o \ + cpu.o firmware.o init.o map.o devres.o \ attribute_container.o transport_class.o obj-y += power/ +obj-$(CONFIG_HAS_DMA) += dma-mapping.o obj-$(CONFIG_ISA) += isa.o obj-$(CONFIG_FW_LOADER) += firmware_class.o obj-$(CONFIG_NUMA) += node.o -obj-$(CONFIG_MEMORY_HOTPLUG) += memory.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)