diff options
Diffstat (limited to 'toolchain/gdb/Makefile.in')
-rw-r--r-- | toolchain/gdb/Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/toolchain/gdb/Makefile.in b/toolchain/gdb/Makefile.in new file mode 100644 index 000000000..cdaf2ca0e --- /dev/null +++ b/toolchain/gdb/Makefile.in @@ -0,0 +1,10 @@ +GDB_VERSION:=$(strip $(subst ",, $(BR2_GDB_VERSION))) +#" + +ifeq ($(strip $(BR2_PACKAGE_GDB)),y) +TARGETS+=gdbclient +endif + +ifeq ($(strip $(BR2_PACKAGE_GDB_SERVER)),y) +TARGETS+=gdbserver gdb_target +endif |