From 73ecfcf9088672220f7ca98811b2d05339c4f14c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 25 Sep 2007 05:14:15 +0000 Subject: Blackfin: first pass at debug mmr support Signed-off-by: Mike Frysinger --- arch/blackfin/kernel/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/blackfin/kernel/Makefile') diff --git a/arch/blackfin/kernel/Makefile b/arch/blackfin/kernel/Makefile index ca5ccc7..18ba6ab 100644 --- a/arch/blackfin/kernel/Makefile +++ b/arch/blackfin/kernel/Makefile @@ -37,3 +37,5 @@ obj-$(CONFIG_BFIN_PSEUDODBG_INSNS) += pseudodbg.o # the kgdb test puts code into L2 and without linker # relaxation, we need to force long calls to/from it CFLAGS_kgdb_test.o := -mlong-calls -O0 + +obj-$(CONFIG_DEBUG_MMRS) += debug-mmrs.o -- cgit v1.1