bca3d0a102
SVN-Revision: 197
11 lines
201 B
Makefile
11 lines
201 B
Makefile
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
|