51a2ddb3d067af4815d475688c5a9b1be0c65251
[openwrt.git] / openwrt / toolchain / gdb / Makefile.in
1 GDB_VERSION:=$(strip $(subst ",, $(BR2_GDB_VERSION)))
2 #"
3
4 ifeq ($(strip $(BR2_PACKAGE_GDB)),y)
5 TARGETS+=gdb_target
6 endif
7
8 ifeq ($(strip $(BR2_PACKAGE_GDB_SERVER)),y)
9 TARGETS+=gdbserver gdbclient
10 endif
This page took 0.037811 seconds and 3 git commands to generate.