aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/lib/streams/streams.mk
blob: fee61e1fe765a24551ef87df4565f26bb4922bac (plain)
1
2
3
4
5
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