From a0d4e9933c57693f99203da358bb8aaa8a5d50d9 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 25 Nov 2016 15:13:36 +1100 Subject: cpukit: Add libdebugger, a remote debugger agent for GDB. --- cpukit/wrapup/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/wrapup') diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am index 768a9037ac..47ffd2498c 100644 --- a/cpukit/wrapup/Makefile.am +++ b/cpukit/wrapup/Makefile.am @@ -95,6 +95,10 @@ if LIBDL TMP_LIBS += ../libdl/libdl.a endif +if LIBDEBUGGER +TMP_LIBS += ../libdebugger/libdebugger.a +endif + librtemscpu.a: $(TMP_LIBS) rm -f $@ $(MKDIR_P) $(ARCH) -- cgit v1.2.3