Jason Wessel | c433820 | 2009-05-19 07:49:32 -0500 | [diff] [blame] | 1 | # |
2 | # Makefile for the linux kernel debugger | ||||
3 | # | ||||
4 | |||||
Jason Wessel | 53197fc | 2010-04-02 11:48:03 -0500 | [diff] [blame] | 5 | obj-$(CONFIG_KGDB) += debug_core.o gdbstub.o |
Jason Wessel | 5d5314d | 2010-05-20 21:04:20 -0500 | [diff] [blame] | 6 | obj-$(CONFIG_KGDB_KDB) += kdb/ |