Skip to content

Commit 618d22c

Browse files
committed
Makefile: translate: exclude e.g., ports/unix/build as well
1 parent 8f8326f commit 618d22c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ TRANSLATE_SOURCES = extmod lib main.c ports/atmel-samd ports/cxd56 ports/esp32s2
4545
# Each must be preceded by "-path"; if any wildcards, enclose in quotes.
4646
# Separate by "-o" (Find's "or" operand)
4747
TRANSLATE_SOURCES_EXC = -path "ports/*/build-*" \
48+
-o -path "ports/*/build" \
4849
-o -path ports/esp32s2/esp-idf \
4950
-o -path ports/cxd56/spresense-exported-sdk \
5051
-o -path ports/stm/st_driver \

0 commit comments

Comments
 (0)