summaryrefslogtreecommitdiffstats
path: root/cpukit/headers.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-30 09:09:27 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-05-02 09:56:43 +0200
commitdd8e4b760b6b86a49be79f04a29fa7be20e11b92 (patch)
treec3ac9c5be1aad34de0a86b42c9747bce844150d8 /cpukit/headers.am
parenttests: Move rtems-test-check.py (diff)
downloadrtems-dd8e4b760b6b86a49be79f04a29fa7be20e11b92.tar.bz2
libdebugger: Move to separate library
Always build remote TCP support since it depends only on the POSIX socket API. It works with the legacy network stack and libbsd. Move it to a separate libdebugger.a library to allow an easy use with libbsd via "-ldebugger -lbsd" otherwise we would have a cyclic dependency between libbsd.a and librtemscpu.a. Update #3419.
Diffstat (limited to 'cpukit/headers.am')
-rw-r--r--cpukit/headers.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/headers.am b/cpukit/headers.am
index 4939c5beed..dbd1273095 100644
--- a/cpukit/headers.am
+++ b/cpukit/headers.am
@@ -161,6 +161,7 @@ include_rtems_HEADERS += include/rtems/rbheap.h
include_rtems_HEADERS += include/rtems/rbtree.h
include_rtems_HEADERS += include/rtems/ringbuf.h
include_rtems_HEADERS += include/rtems/rtc.h
+include_rtems_HEADERS += include/rtems/rtems-debugger-remote-tcp.h
include_rtems_HEADERS += include/rtems/rtems-debugger.h
include_rtems_HEADERS += include/rtems/rtems-fdt-shell.h
include_rtems_HEADERS += include/rtems/rtems-fdt.h