File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
library_examples/anti_money_laundering Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,9 @@ $(EMCONFIG_DIR)/emconfig.json:
138138
139139# ############################# Setting Essential Checks and Running Rules ##############################
140140run : all
141+ ifeq ($(findstring u50, $(DEVICE ) ) , u50)
142+ $(error This example is not supported for $(DEVICE))
143+ endif
141144ifeq ($(findstring zc, $(DEVICE ) ) , zc)
142145$(error This example is not supported for $(DEVICE))
143146endif
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Platforms containing following strings in their names are not supported for this
1010
1111::
1212
13+ u50
1314 zc
1415 vck
1516
Original file line number Diff line number Diff line change 99 " aws"
1010 ],
1111 "platform_blacklist" : [
12+ " u50" ,
1213 " zc" ,
1314 " vck"
1415 ],
You can’t perform that action at this time.
0 commit comments