commit | 3bba00d7bdd57cb7aa739b751fa0a1fbbb04dc18 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Thu Jun 11 13:24:13 2009 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Thu Jun 11 17:04:18 2009 +0100 |
tree | e4a8634757a489f9a5c28d14dcb7d3f7e00fe348 | |
parent | 2e1483c995bbd0fa6cbd055ad76088a520799ba4 [diff] [blame] |
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>
diff --git a/mm/Makefile b/mm/Makefile index ec73c68..cb84a02 100644 --- a/mm/Makefile +++ b/mm/Makefile
@@ -38,3 +38,4 @@ endif obj-$(CONFIG_QUICKLIST) += quicklist.o obj-$(CONFIG_CGROUP_MEM_RES_CTLR) += memcontrol.o page_cgroup.o +obj-$(CONFIG_DEBUG_KMEMLEAK) += kmemleak.o