summaryrefslogtreecommitdiffstats
path: root/ticker
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2022-02-23 16:17:39 -0600
committerJoel Sherrill <joel@rtems.org>2022-02-23 16:17:54 -0600
commit938c38b84e0a2d9ef482e0f6d64a3c8e30a3544e (patch)
treea7e1c190213fd8ca593069dcbc6ca3d54296fda9 /ticker
parenttracing: Add a special ticker variant to show tracing. (diff)
downloadrtems-examples-938c38b84e0a2d9ef482e0f6d64a3c8e30a3544e.tar.bz2
posix_api/Makefile ticker/Makefile: Add missing examples
Diffstat (limited to 'ticker')
-rw-r--r--ticker/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/ticker/Makefile b/ticker/Makefile
index 567224f..c11d98f 100644
--- a/ticker/Makefile
+++ b/ticker/Makefile
@@ -3,4 +3,9 @@ include $(RTEMS_CUSTOM)
include $(RTEMS_SHARE)/make/directory.cfg
# Ticker Variations
-SUBDIRS = ticker low_ticker low_ticker1 low_ticker2
+SUBDIRS = ticker
+SUBDIRS += ticker_stackchk
+SUBDIRS += ticker_trace
+SUBDIRS += low_ticker
+SUBDIRS += low_ticker1
+SUBDIRS += low_ticker2