From 040f6f6711c2365b19c7c7b5ff124c45208ea864 Mon Sep 17 00:00:00 2001
From: Dave Hylands <dhylands@gmail.com>
Date: Mon, 2 Nov 2015 16:28:50 -0800
Subject: [PATCH] minimal: Add an explicit comment on the gchelper.s line in
 the Makefile.

---
 minimal/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/minimal/Makefile b/minimal/Makefile
index 1fe7b9dbc..57dc84ec8 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))
 
-- 
GitLab