From a300920de12ed9c14f2637961285588413cab6fb Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 30 Mar 2015 22:19:17 +1100 Subject: libmisc/shell: Add the rtrace command for buffered tracing support. The rtrace command interfaces to the RTEMS Trace Linker's trace buffering data allowing users to capture and report trace data. --- cpukit/libmisc/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cpukit/libmisc/Makefile.am') diff --git a/cpukit/libmisc/Makefile.am b/cpukit/libmisc/Makefile.am index f09b69d311..ac703adc93 100644 --- a/cpukit/libmisc/Makefile.am +++ b/cpukit/libmisc/Makefile.am @@ -21,7 +21,8 @@ libcapture_a_SOURCES = capture/capture.c capture/capture-cli.c \ capture/capture_user_extension.c capture/capture_buffer.c \ capture/capture_support.c \ capture/capture.h capture/captureimpl.h capture/capture-cli.h \ - capture/capture_buffer.h + capture/capture_buffer.h \ + capture/rtems-trace-buffer-vars.c capture/rtems-trace-buffer-vars.h ## cpuuse EXTRA_DIST += cpuuse/README @@ -108,7 +109,7 @@ libshell_a_SOURCES = shell/cat_file.c shell/cmds.c shell/internal.h \ shell/main_setenv.c shell/main_getenv.c shell/main_unsetenv.c \ shell/main_mkrfs.c shell/main_debugrfs.c shell/main_df.c \ shell/main_lsof.c shell/main_edit.c \ - shell/main_blkstats.c \ + shell/main_blkstats.c shell/main_rtrace.c \ shell/shell-wait-for-input.c libshell_a_SOURCES += shell/main_cmdls.c libshell_a_SOURCES += shell/main_cmdchown.c -- cgit v1.2.3