diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2009-06-11 13:24:13 +0100 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2009-06-11 17:04:18 +0100 |
commit | 3bba00d7bdd57cb7aa739b751fa0a1fbbb04dc18 (patch) | |
tree | e4a8634757a489f9a5c28d14dcb7d3f7e00fe348 /mm | |
parent | 2e1483c995bbd0fa6cbd055ad76088a520799ba4 (diff) | |
download | op-kernel-dev-3bba00d7bdd57cb7aa739b751fa0a1fbbb04dc18.zip op-kernel-dev-3bba00d7bdd57cb7aa739b751fa0a1fbbb04dc18.tar.gz |
kmemleak: Enable the building of the memory leak detector
This patch adds the Kconfig.debug and Makefile entries needed for
building kmemleak into the kernel.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'mm')
-rw-r--r-- | mm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/Makefile b/mm/Makefile index ec73c68..cb84a02 100644 --- a/mm/Makefile +++ b/mm/Makefile @@ -38,3 +38,4 @@ obj-$(CONFIG_SMP) += allocpercpu.o endif obj-$(CONFIG_QUICKLIST) += quicklist.o obj-$(CONFIG_CGROUP_MEM_RES_CTLR) += memcontrol.o page_cgroup.o +obj-$(CONFIG_DEBUG_KMEMLEAK) += kmemleak.o |