From a31eabed47c2e3dbcebb1c701a454c9f6238e9fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Wed, 21 Aug 2019 10:19:58 +0200 Subject: [PATCH] [python] Fix comment typo --- python/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/Makefile b/python/Makefile index 81e533ae9..f2afa3b24 100644 --- a/python/Makefile +++ b/python/Makefile @@ -3,8 +3,8 @@ SFLAGS += -Ipython/port SFLAGS += -I$(BUILD_DIR)/python/port # How to maintain this Makefile -# - Copy PY_CORE_O_BASENAME from py.mk into py_objs -# - Copy select PY_EXTMOD_O_BASENAME from py.mk into extmod_objs +# - Copy PY_CORE_O_BASENAME from py.mk into py_src +# - Copy select PY_EXTMOD_O_BASENAME from py.mk into extmod_src # - Edit special-case workarounds below as needed py_src = $(addprefix python/src/py/,\