5 lines
158 B
Makefile
Executable file
5 lines
158 B
Makefile
Executable file
# RT Shell files.
|
|
SHELLSRC = $(CHIBIOS)/os/various/shell/shell.c \
|
|
$(CHIBIOS)/os/various/shell/shell_cmd.c
|
|
|
|
SHELLINC = $(CHIBIOS)/os/various/shell
|