On Sun, Dec 28, 2008 at 22:53,  <[email protected]> wrote:
> Revision 5916 Author grace Date 2008-12-28 21:53:04 -0600 (Sun, 28 Dec 2008)
>
> Log Message
>
> [#2443] Add in the kgdb test config.
>
> --- trunk/arch/blackfin/kernel/Makefile       2008-12-28 22:43:23 UTC (rev 
> 5915)
> +++ trunk/arch/blackfin/kernel/Makefile       2008-12-29 03:53:04 UTC (rev 
> 5916)
> @@ -21,6 +21,6 @@
>  obj-$(CONFIG_CPLB_INFO)              += cplbinfo.o
>  obj-$(CONFIG_MODULES)                += module.o
>  obj-$(CONFIG_KGDB)                   += kgdb.o
> -obj-$(CONFIG_KGDB_TESTS)             += kgdb_test.o
> +obj-$(CONFIG_KGDB_TESTCASE)          += kgdb_test.o

if CONFIG_KGDB_TESTS isnt used anymore, then you need to remove it
from the Kconfig:

> +config KGDB_TESTCASE
> +       tristate "KGDB: for test case in expect"
> +       default n
> +       help
> +         This is a kgdb test case for automated testing.
> +
>  config KGDB_TESTS
>       bool "KGDB: internal test suite"
>       default n

-mike
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to