From 76cc246aa8a9dc10ddcd3eee7eb219f2a4593ebc Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Thu, 18 Sep 2014 12:12:53 +0200 Subject: Toolchain: gdbserver: fix installed files declaration Signed-off-by: Abdoulaye Walsimou Gaye --- core/toolchain/addons/gdb/gdbserver/gdbserver.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/toolchain/addons/gdb/gdbserver/gdbserver.mk b/core/toolchain/addons/gdb/gdbserver/gdbserver.mk index 0266db9..da84307 100644 --- a/core/toolchain/addons/gdb/gdbserver/gdbserver.mk +++ b/core/toolchain/addons/gdb/gdbserver/gdbserver.mk @@ -34,8 +34,8 @@ GDBSERVER_DEPS := $(GDBCOMMON_DEPS) GDBSERVER_CONFIGURE_OPTS := $(GDBCOMMON_CONFIGURE_OPTS) GDBSERVER_BINS := $(if $(CONFIG_EMBTK_HAVE_GDB),,gdbserver) -GDBSERVER_INCLUDES := $(if $(CONFIG_EMBTK_HAVE_GDB),,$(__GDB_INCLUDES)) -GDBSERVER_LIBS := $(if $(CONFIG_EMBTK_HAVE_GDB),,$(__GDB_LIBS)) +GDBSERVER_INCLUDES := $(if $(CONFIG_EMBTK_HAVE_GDB),,$(GDBCOMMON_INCLUDES)) +GDBSERVER_LIBS := $(if $(CONFIG_EMBTK_HAVE_GDB),,$(GDBCOMMON_LIBS)) define embtk_postinstallonce_gdbserver rm -rf $(addprefix $(embtk_sysroot)/usr/bin/,$(GDBCOMMON_BINS)) -- cgit v1.2.3