X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fbase%2FMakefile;h=e99471d3232bb6d3fc70a33263986e2908d8751d;hb=43bc926fffd92024b46cafaf7350d669ba9ca884;hp=6662b545e0a910cde8cccee988efe337b54fd2a6;hpb=6a77f38946aaee1cd85eeec6cf4229b204c15071;p=linux-2.6.git diff --git a/drivers/base/Makefile b/drivers/base/Makefile index 6662b545e..e99471d32 100644 --- a/drivers/base/Makefile +++ b/drivers/base/Makefile @@ -1,12 +1,14 @@ # Makefile for the Linux device tree -obj-y := core.o sys.o interface.o bus.o \ - driver.o class.o class_simple.o platform.o \ +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 \ attribute_container.o transport_class.o obj-y += power/ obj-$(CONFIG_FW_LOADER) += firmware_class.o obj-$(CONFIG_NUMA) += node.o +obj-$(CONFIG_MEMORY_HOTPLUG) += memory.o +obj-$(CONFIG_SMP) += topology.o ifeq ($(CONFIG_DEBUG_DRIVER),y) EXTRA_CFLAGS += -DDEBUG