We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 838f212 commit 590c061Copy full SHA for 590c061
py/py.mk
@@ -33,6 +33,8 @@ ifneq ($(USER_C_MODULES),)
33
# pre-define USERMOD variables as expanded so that variables are immediate
34
# expanded as they're added to them
35
36
+$(if $(wildcard $(USER_C_MODULES)/.),,$(error USER_C_MODULES doesn't exist: $(abspath $(USER_C_MODULES))))
37
+
38
# C/C++ files that are included in the QSTR/module build
39
SRC_USERMOD_C :=
40
SRC_USERMOD_CXX :=
0 commit comments