Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 34d464f8 authored by Mike Frysinger's avatar Mike Frysinger Committed by Bryan Wu
Browse files

Blackfin arch: use common KGDB_TESTS rather than our own KGDB_TESTCASE

parent 0f29456a
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -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
+5 −3
Original line number Diff line number Diff line
@@ -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