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

pull/1579/merge
Dave Hylands 2015-11-02 16:28:50 -08:00 zatwierdzone przez Paul Sokolovsky
rodzic 1bfa6ae6e4
commit 040f6f6711
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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))