You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
233 B
Makefile

# RT Shell files.
SHELLSRC = $(CHIBIOS)/os/various/shell/shell.c \
$(CHIBIOS)/os/various/shell/shell_cmd.c
SHELLINC = $(CHIBIOS)/os/various/shell
# Shared variables
ALLCSRC += $(SHELLSRC)
ALLINC += $(SHELLINC)