diff options
Diffstat (limited to 'toolchain/gdb')
-rw-r--r-- | toolchain/gdb/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gdb/Makefile.in b/toolchain/gdb/Makefile.in index cdaf2ca0e..51a2ddb3d 100644 --- a/toolchain/gdb/Makefile.in +++ b/toolchain/gdb/Makefile.in @@ -2,9 +2,9 @@ GDB_VERSION:=$(strip $(subst ",, $(BR2_GDB_VERSION))) #" ifeq ($(strip $(BR2_PACKAGE_GDB)),y) -TARGETS+=gdbclient +TARGETS+=gdb_target endif ifeq ($(strip $(BR2_PACKAGE_GDB_SERVER)),y) -TARGETS+=gdbserver gdb_target +TARGETS+=gdbserver gdbclient endif |