diff options
| author | hathach <[email protected]> | 2023-03-06 10:33:04 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-06 10:33:04 +0700 |
| commit | 956d1c9c4e6c26e1c7de70c1c2e01a5380dd3dfe (patch) | |
| tree | e502d00a4030e1916a7fec70c155f9b06260721e /examples/make.mk | |
| parent | 0a1a61bb6c921d033fc8bce0718b56e2d334323b (diff) | |
update size to fix macos ci
Diffstat (limited to 'examples/make.mk')
| -rw-r--r-- | examples/make.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/make.mk b/examples/make.mk index 8a0b6db6b..e02d226b6 100644 --- a/examples/make.mk +++ b/examples/make.mk @@ -61,7 +61,7 @@ ifdef USE_IAR AS = iasmarm LD = ilinkarm OBJCOPY = ielftool - SIZE = echo "size not available for IAR" + SIZE = size else CC = $(CROSS_COMPILE)gcc |
