From 2d523c23175b8e8772c2e223d92513f836cde8a6 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 9 Oct 2004 01:06:03 +0000 Subject: Major buildroot facelift, step one. -Erik --- toolchain/gdb/Makefile.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 toolchain/gdb/Makefile.in (limited to 'toolchain/gdb/Makefile.in') diff --git a/toolchain/gdb/Makefile.in b/toolchain/gdb/Makefile.in new file mode 100644 index 000000000..cdaf2ca0e --- /dev/null +++ b/toolchain/gdb/Makefile.in @@ -0,0 +1,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 -- cgit v1.2.3-55-g7522