File tree Expand file tree Collapse file tree
library_examples/gzip_app Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -160,6 +160,9 @@ $(EMCONFIG_DIR)/emconfig.json:
160160
161161# ############################# Setting Essential Checks and Running Rules ##############################
162162run : all
163+ ifeq ($(findstring zc, $(DEVICE ) ) , zc)
164+ $(error This example is not supported for $(DEVICE))
165+ endif
163166ifeq ($(findstring vck, $(DEVICE ) ) , vck)
164167$(error This example is not supported for $(DEVICE))
165168endif
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+ zc
1314 vck
1415 u50
1516 u280
Original file line number Diff line number Diff line change 55 ],
66 "flow" : " vitis" ,
77 "platform_blacklist" : [
8+ " zc" ,
89 " vck" ,
910 " u50" ,
1011 " u280"
You can’t perform that action at this time.
0 commit comments