Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132075
b: refs/heads/master
c: 34d464f
h: refs/heads/master
i:
  132073: 72df455
  132071: 7ce1144
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Mar 2, 2009
1 parent 2d15ba8 commit f1caa48
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0f29456a21ae55c43b4e2a64611f778b1fbe4bdf
refs/heads/master: 34d464f8aa3e762ec812a131bfd53ccb4f886f69
6 changes: 0 additions & 6 deletions trunk/arch/blackfin/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ config DEBUG_STACK_USAGE
config HAVE_ARCH_KGDB
def_bool y

config KGDB_TESTCASE
tristate "KGDB: for test case in expect"
default n
help
This is a kgdb test case for automated testing.

config DEBUG_VERBOSE
bool "Verbose fault messages"
default y
Expand Down
8 changes: 5 additions & 3 deletions trunk/arch/blackfin/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ else
obj-y += time.o
endif

CFLAGS_kgdb_test.o := -mlong-calls -O0

obj-$(CONFIG_IPIPE) += ipipe.o
obj-$(CONFIG_IPIPE_TRACE_MCOUNT) += mcount.o
obj-$(CONFIG_BFIN_GPTIMERS) += gptimers.o
obj-$(CONFIG_CPLB_INFO) += cplbinfo.o
obj-$(CONFIG_MODULES) += module.o
obj-$(CONFIG_KGDB) += kgdb.o
obj-$(CONFIG_KGDB_TESTCASE) += kgdb_test.o
obj-$(CONFIG_KGDB_TESTS) += kgdb_test.o
obj-$(CONFIG_EARLY_PRINTK) += early_printk.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

0 comments on commit f1caa48

Please sign in to comment.