summaryrefslogtreecommitdiffstats
path: root/package/mpatrol/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/mpatrol/Config.in')
-rw-r--r--package/mpatrol/Config.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/mpatrol/Config.in b/package/mpatrol/Config.in
deleted file mode 100644
index 16cf1ab9c..000000000
--- a/package/mpatrol/Config.in
+++ /dev/null
@@ -1,11 +0,0 @@
-config BR2_PACKAGE_MPATROL
- bool "mpatrol"
- depends on BR2_PACKAGE_GDB || BR2_PACKAGE_GCC_TARGET || BR2_PACKAGE_LIBELF
-
- help
- A debugging tool that attempts to diagnose run-time errors that are
- caused by the wrong use of dynamically allocated memory. It acts as
- a malloc() debugger for debugging dynamic memory allocations, although
- it can also trace and profile calls to malloc() and free() too.
-
- http://www.cbmamiga.demon.co.uk/mpatrol/