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 8f8326f commit 618d22cCopy full SHA for 618d22c
Makefile
@@ -45,6 +45,7 @@ TRANSLATE_SOURCES = extmod lib main.c ports/atmel-samd ports/cxd56 ports/esp32s2
45
# Each must be preceded by "-path"; if any wildcards, enclose in quotes.
46
# Separate by "-o" (Find's "or" operand)
47
TRANSLATE_SOURCES_EXC = -path "ports/*/build-*" \
48
+ -o -path "ports/*/build" \
49
-o -path ports/esp32s2/esp-idf \
50
-o -path ports/cxd56/spresense-exported-sdk \
51
-o -path ports/stm/st_driver \
0 commit comments