summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--py/py.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/py/py.mk b/py/py.mk
index e649297e6..10beb29e4 100644
--- a/py/py.mk
+++ b/py/py.mk
@@ -21,9 +21,9 @@ CSUPEROPT = -O3
# External modules written in C.
ifneq ($(USER_C_MODULES),)
-# pre-define USERMOD variables as expanded so that variables are immediate
+# pre-define USERMOD variables as expanded so that variables are immediate
# expanded as they're added to them
-SRC_USERMOD :=
+SRC_USERMOD :=
CFLAGS_USERMOD :=
LDFLAGS_USERMOD :=
$(foreach module, $(wildcard $(USER_C_MODULES)/*/micropython.mk), \