minimal: Add an explicit comment on the gchelper.s line in the Makefile.

This commit is contained in:
Dave Hylands 2015-11-02 16:28:50 -08:00 committed by Paul Sokolovsky
parent 1bfa6ae6e4
commit 040f6f6711
1 changed files with 2 additions and 1 deletions

View File

@ -50,8 +50,9 @@ SRC_C = \
lib/mp-readline/readline.c \
SRC_S = \
# startup_stm32f40xx.s \
gchelper.s \
# gchelper.s \
OBJ = $(PY_O) $(addprefix $(BUILD)/, $(SRC_C:.c=.o) $(SRC_S:.s=.o))