aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/Makefile
diff options
context:
space:
mode:
authorMatthew Wilcox <matthew@wil.cx>2007-12-03 11:57:48 -0500
committerMatthew Wilcox <matthew@wil.cx>2007-12-04 10:39:54 -0500
commit141e9d4b5492499c4735d764b599c21e83dac154 (patch)
tree6f18a6c1c73f7c62412a3cd17191cd6c75652d60 /drivers/base/Makefile
parentLinux 2.6.24-rc4 (diff)
downloadlinux-dev-141e9d4b5492499c4735d764b599c21e83dac154.tar.xz
linux-dev-141e9d4b5492499c4735d764b599c21e83dac154.zip
Move dmapool.c to mm/ directory
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>
Diffstat (limited to 'drivers/base/Makefile')
-rw-r--r--drivers/base/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/Makefile b/drivers/base/Makefile
index b39ea3f59c9b..ed0a722c38ca 100644
--- a/drivers/base/Makefile
+++ b/drivers/base/Makefile
@@ -5,7 +5,7 @@ obj-y := core.o sys.o bus.o dd.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 dmapool.o
+obj-$(CONFIG_HAS_DMA) += dma-mapping.o
obj-$(CONFIG_ISA) += isa.o
obj-$(CONFIG_FW_LOADER) += firmware_class.o
obj-$(CONFIG_NUMA) += node.o