diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-09-25 01:14:15 -0400 |
---|---|---|
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) |
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 | |||
37 | # the kgdb test puts code into L2 and without linker | 37 | # the kgdb test puts code into L2 and without linker |
38 | # relaxation, we need to force long calls to/from it | 38 | # relaxation, we need to force long calls to/from it |
39 | CFLAGS_kgdb_test.o := -mlong-calls -O0 | 39 | CFLAGS_kgdb_test.o := -mlong-calls -O0 |
40 | |||
41 | obj-$(CONFIG_DEBUG_MMRS) += debug-mmrs.o | ||