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/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cpukit/Makefile.am') diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am index 6ca5e1652e..73bf35d8ba 100644 --- a/cpukit/Makefile.am +++ b/cpukit/Makefile.am @@ -18,6 +18,7 @@ SUBDIRS += libmd SUBDIRS += libgnat SUBDIRS += libdl SUBDIRS += libstdthreads +SUBDIRS += libdebugger SUBDIRS += wrapup SUBDIRS += zlib @@ -99,6 +100,14 @@ include_rtems_rtl_HEADERS += libdl/rtl-indirect-ptr.h libdl/rtl-sym.h libdl/rtl- include_rtems_rtl_HEADERS += libdl/rap.h libdl/rap-shell.h endif +if LIBDEBUGGER +include_rtems_HEADERS += libdebugger/rtems-debugger.h +include_rtems_debuggerdir = $(includedir)/rtems/debugger +include_rtems_debugger_HEADERS = +include_rtems_debugger_HEADERS += libdebugger/rtems-debugger-server.h +include_rtems_debugger_HEADERS += libdebugger/rtems-debugger-remote.h +endif + include_rtems_HEADERS += include/rtems/bspIo.h include_rtems_HEADERS += include/rtems/print.h include_rtems_HEADERS += include/rtems/printer.h -- cgit v1.2.3