aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/lib
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/lib')
-rw-r--r--os/hal/lib/streams/streams.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/os/hal/lib/streams/streams.mk b/os/hal/lib/streams/streams.mk
new file mode 100644
index 000000000..fee61e1fe
--- /dev/null
+++ b/os/hal/lib/streams/streams.mk
@@ -0,0 +1,6 @@
+# RT Shell files.
+STREAMSSRC = $(CHIBIOS)/os/hal/lib/streams/chprintf.c \
+ $(CHIBIOS)/os/hal/lib/streams/memstreams.c \
+ $(CHIBIOS)/os/hal/lib/streams/nullstreams.c
+
+STREAMSINC = $(CHIBIOS)/os/hal/lib/streams