Skip to content

Commit de1baab

Browse files
facchinmpennam
authored andcommitted
mbed-os-to-arduino: don't include lwip folders
Due to include conflicts in case insentitive filesystems
1 parent db9f2b1 commit de1baab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed-os-to-arduino

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ generate_includes () {
164164

165165
find ./BUILD/"$BOARDNAME"/GCC_ARM${PROFILE}/ -type f -name '.include*' -print0 | xargs -0 cat \
166166
| tr ' ' '\n' | tr -d '"' | sed -e 's#-I./mbed-os#-iwithprefixbefore/mbed#g' \
167-
| sed '/^-I./d' | cat \
167+
| sed '/^-I./d' | sed '/lwipstack/d' | cat \
168168
> "$ARDUINOVARIANT"/includes.txt
169169

170170
echo -n " copying to destination... "

0 commit comments

Comments
 (0)