diff --git a/minimal/Makefile b/minimal/Makefile index 1fe7b9dbc1138d04a042ad234ba253aa1b2e1854..57dc84ec830e439bb51260ef8f032e3d71fad304 100644 --- a/minimal/Makefile +++ b/minimal/Makefile @@ -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))