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