diff options
author | Dave Hylands <dhylands@gmail.com> | 2015-11-02 16:28:50 -0800 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-11-04 00:57:35 +0300 |
commit | 040f6f6711c2365b19c7c7b5ff124c45208ea864 (patch) | |
tree | 7d1ab5d09de07c3d1fad41f3df9e611bc5ab64ee | |
parent | 1bfa6ae6e45368a441271e11d4b0e3aa343b2c9d (diff) | |
download | micropython-040f6f6711c2365b19c7c7b5ff124c45208ea864.tar.gz micropython-040f6f6711c2365b19c7c7b5ff124c45208ea864.zip |
minimal: Add an explicit comment on the gchelper.s line in the Makefile.
-rw-r--r-- | minimal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/minimal/Makefile b/minimal/Makefile index 1fe7b9dbc1..57dc84ec83 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)) |