diff options
Diffstat (limited to 'drivers/base')
-rw-r--r-- | drivers/base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/Makefile b/drivers/base/Makefile index b539e5e75b56..7bbb9eeda235 100644 --- a/drivers/base/Makefile +++ b/drivers/base/Makefile | |||
@@ -8,7 +8,7 @@ obj-y += power/ | |||
8 | obj-$(CONFIG_ISA) += isa.o | 8 | obj-$(CONFIG_ISA) += isa.o |
9 | obj-$(CONFIG_FW_LOADER) += firmware_class.o | 9 | obj-$(CONFIG_FW_LOADER) += firmware_class.o |
10 | obj-$(CONFIG_NUMA) += node.o | 10 | obj-$(CONFIG_NUMA) += node.o |
11 | obj-$(CONFIG_MEMORY_HOTPLUG) += memory.o | 11 | obj-$(CONFIG_MEMORY_HOTPLUG_SPARSE) += memory.o |
12 | obj-$(CONFIG_SMP) += topology.o | 12 | obj-$(CONFIG_SMP) += topology.o |
13 | obj-$(CONFIG_SYS_HYPERVISOR) += hypervisor.o | 13 | obj-$(CONFIG_SYS_HYPERVISOR) += hypervisor.o |
14 | 14 | ||