10000 minimal: Add an explicit comment on the gchelper.s line in the Makefile. · russbot/circuitpython@040f6f6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 040f6f6

Browse files
dhylandspfalcon
authored andcommitted
minimal: Add an explicit comment on the gchelper.s line in the Makefile.
1 parent 1bfa6ae commit 040f6f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

minimal/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ SRC_C = \
5050
lib/mp-readline/readline.c \
5151

5252
SRC_S = \
53+
5354
# startup_stm32f40xx.s \
54-
gchelper.s \
55+
# gchelper.s \
5556
5657
OBJ = $(PY_O) $(addprefix $(BUILD)/, $(SRC_C:.c=.o) $(SRC_S:.s=.o))
5758

0 commit comments

Comments
 (0)
0