minimal: Add an explicit comment on the gchelper.s line in the Makefile.
This commit is contained in:
parent
1bfa6ae6e4
commit
040f6f6711
|
@ -50,8 +50,9 @@ SRC_C = \
|
||||||
lib/mp-readline/readline.c \
|
lib/mp-readline/readline.c \
|
||||||
|
|
||||||
SRC_S = \
|
SRC_S = \
|
||||||
|
|
||||||
# startup_stm32f40xx.s \
|
# startup_stm32f40xx.s \
|
||||||
gchelper.s \
|
# gchelper.s \
|
||||||
|
|
||||||
OBJ = $(PY_O) $(addprefix $(BUILD)/, $(SRC_C:.c=.o) $(SRC_S:.s=.o))
|
OBJ = $(PY_O) $(addprefix $(BUILD)/, $(SRC_C:.c=.o) $(SRC_S:.s=.o))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue