6 lines
233 B
Makefile
Executable file
6 lines
233 B
Makefile
Executable file
# 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
|