Skip to content

Commit 6c1d63e

Browse files
committed
Merge pull request #1327 from autopulated/yotta-build-ignorefiles
ignore target files not supported by the yotta module
2 parents 40a175b + 985d87b commit 6c1d63e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

libraries/mbed/.yotta_ignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# ignore files for targets that aren't supported by the yotta build (to
2+
# minimise the size of the published module)
3+
4+
TARGET_ARM_SSG
5+
TARGET_Freescale
6+
TARGET_RENESAS
7+
TARGET_Silicon_Labs
8+
TARGET_Atmel
9+
TARGET_Maxim
10+
TARGET_NXP
11+
TARGET_STM
12+
TARGET_WIZNET
13+
TOOLCHAIN_IAR
14+

0 commit comments

Comments
 (0)