summaryrefslogtreecommitdiffstats
path: root/toolchain/gdb/Makefile.in
blob: cdaf2ca0ef9e47c4550080692b447f020307e3eb (plain) (blame)
1
2
3
4
5
6
7
8
9
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