diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-20 13:51:02 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-02-20 13:51:02 +0000 |
commit | 27e1398be3821f814aee4eaf7627b2d8fb5c4934 (patch) | |
tree | 6a21849d04864f2c5d0b231862c3641aa2aa0773 /os/hal | |
parent | 4f3674f5f22d41dd58a6ea51d3a5fed89ef1990b (diff) | |
download | ChibiOS-27e1398be3821f814aee4eaf7627b2d8fb5c4934.tar.gz ChibiOS-27e1398be3821f814aee4eaf7627b2d8fb5c4934.tar.bz2 ChibiOS-27e1398be3821f814aee4eaf7627b2d8fb5c4934.zip |
Shell reorganization.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8913 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/lib/streams/streams.mk | 6 |
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
|