X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fbase%2FMakefile;h=f12898d53078e9d4fbe21123e4283c8044387cc2;hb=900b2b463dc6e65ec474d6880412c63c25b3aea9;hp=a47928a2e57508a30bb527143d3c503201592f00;hpb=462cee296476278acaa54c41925b3273e0e4dd40;p=linux-2.6-omap-h63xx.git diff --git a/drivers/base/Makefile b/drivers/base/Makefile index a47928a2e57..f12898d5307 100644 --- a/drivers/base/Makefile +++ b/drivers/base/Makefile @@ -1,12 +1,13 @@ # Makefile for the Linux device tree -obj-y := core.o sys.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 ifeq ($(CONFIG_DEBUG_DRIVER),y) EXTRA_CFLAGS += -DDEBUG