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/preinstall.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'cpukit/preinstall.am') diff --git a/cpukit/preinstall.am b/cpukit/preinstall.am index 63e39031c0..40273bb71d 100644 --- a/cpukit/preinstall.am +++ b/cpukit/preinstall.am @@ -423,6 +423,15 @@ $(PROJECT_INCLUDE)/rtems/captureimpl.h: libmisc/capture/captureimpl.h $(PROJECT_ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/captureimpl.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/captureimpl.h +$(PROJECT_INCLUDE)/rtems/trace/$(dirstamp): + @$(MKDIR_P) $(PROJECT_INCLUDE)/rtems/trace + @: > $(PROJECT_INCLUDE)/rtems/trace/$(dirstamp) +PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/trace/$(dirstamp) + +$(PROJECT_INCLUDE)/rtems/trace/rtems-trace-buffer-vars.h: libmisc/capture/rtems-trace-buffer-vars.h $(PROJECT_INCLUDE)/rtems/trace/$(dirstamp) + $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/trace/rtems-trace-buffer-vars.h +PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/trace/rtems-trace-buffer-vars.h + $(PROJECT_INCLUDE)/rtems/cpuuse.h: libmisc/cpuuse/cpuuse.h $(PROJECT_INCLUDE)/rtems/$(dirstamp) $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/cpuuse.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/cpuuse.h -- cgit v1.2.3