diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-09-25 05:14:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-05-25 08:13:41 -0400 |
commit | 73ecfcf9088672220f7ca98811b2d05339c4f14c (patch) | |
tree | 70db5d7053570517b96ca2218da9ffac8ca40e57 /arch/blackfin/kernel/Makefile | |
parent | 4a7df24ddc7097cd789a7527187826552ea0765e (diff) | |
download | linux-73ecfcf9088672220f7ca98811b2d05339c4f14c.tar.bz2 |
Blackfin: first pass at debug mmr support
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/kernel/Makefile')
-rw-r--r-- | arch/blackfin/kernel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/blackfin/kernel/Makefile b/arch/blackfin/kernel/Makefile index ca5ccc777772..18ba6abd66db 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 |