Skip to content

Commit cd181eb

Browse files
committed
expand on the 0/1 requirement
1 parent 2e040b0 commit cd181eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

py/circuitpy_mpconfig.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
# Manually disable by overriding in #mpconfigboard.mk
2828

2929
# These Makefile variables are used to implement the "any" and "all" functions.
30+
# Note that these only work when the arguments expand to "0" and/or "1" but not
31+
# if they expand to other values like "yes", "/bin/sh", or "false".
32+
#
3033
# Make's "sort" will transform a mixed sequence of 0s and 1s to "0 1" (because
3134
# it also eliminates duplicates), or a non-mixed sequence of "0" or "1" to just
3235
# itself. Thus, if all the inputs are 1 then the first word will be 1; if any

0 commit comments

Comments
 (0)