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 a1f2540 commit 1d8c3f4Copy full SHA for 1d8c3f4
mpy-cross/Makefile
@@ -1,3 +1,14 @@
1
+# The following is a temporary hack to forefully undefine vars that might have
2
+# be defined by a calling Makefile (from recursive make).
3
+# TODO: Find a better way to be able to call this Makefile recursively.
4
+override undefine COPT
5
+override undefine CFLAGS_EXTRA
6
+override undefine LDFLAGS_EXTRA
7
+override undefine FROZEN_DIR
8
+override undefine FROZEN_MPY_DIR
9
+override undefine BUILD
10
+override undefine PROG
11
+
12
include ../py/mkenv.mk
13
14
# define main target
0 commit comments