1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-10 12:05:19 +02:00
openwrt-xburst/openwrt/toolchain/gdb/Makefile.in

11 lines
201 B
Makefile
Raw Normal View History

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