Openwrt/openwrt/toolchain/gdb/Makefile.in

11 lines
201 B
Makefile
Raw Normal View History

2005-01-16 11:43:02 +00:00
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