summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-03-06 10:33:04 +0700
committerhathach <[email protected]>2023-03-06 10:33:04 +0700
commit956d1c9c4e6c26e1c7de70c1c2e01a5380dd3dfe (patch)
treee502d00a4030e1916a7fec70c155f9b06260721e /examples/make.mk
parent0a1a61bb6c921d033fc8bce0718b56e2d334323b (diff)
update size to fix macos ci
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk2
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