summaryrefslogtreecommitdiff
path: root/lib_blackfin/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-10-06 03:31:52 -0400
committerMike Frysinger <vapier@gentoo.org>2009-07-10 02:36:26 -0400
commit286070ddc8339666c09bd7912e960b850a8a0318 (patch)
treec9db06d526e44987000a7f1f2993828e42b25de5 /lib_blackfin/Makefile
parent3672cd5c3b53d219d33345eebad4e25ad5bf6d52 (diff)
Blackfin: add cache_dump commands
A few debug-type commands used to dump the raw icache/dcache data. Useful when trying to track down cache-related bugs. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'lib_blackfin/Makefile')
-rw-r--r--lib_blackfin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib_blackfin/Makefile b/lib_blackfin/Makefile
index e32ecc92d..4bdf6d34c 100644
--- a/lib_blackfin/Makefile
+++ b/lib_blackfin/Makefile
@@ -40,6 +40,7 @@ COBJS-y += board.o
COBJS-y += boot.o
COBJS-y += cache.o
COBJS-y += clocks.o
+COBJS-$(CONFIG_CMD_CACHE_DUMP) += cmd_cache_dump.o
COBJS-y += muldi3.o
COBJS-$(CONFIG_POST) += post.o tests.o
COBJS-y += string.o