File tree 7 files changed +7
-7
lines changed
host_memory_bandwidth_xrt
host_memory_copy_kernel_xrt
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- ifeq ($(TARGET ) ,$(findstring $(TARGET ) , hw_emu) )
1
+ ifeq ($(TARGET ) ,$(filter $(TARGET ) ,hw_emu) )
2
2
ifeq ($(findstring 202010, $(DEVICE ) ) , 202010)
3
3
$(error [ERROR] : This example is not supported for $(DEVICE ) when targeting hw_emu.)
4
4
endif
Original file line number Diff line number Diff line change 1
- ifeq ($(TARGET ) ,$(findstring $(TARGET ) , hw_emu) )
1
+ ifeq ($(TARGET ) ,$(filter $(TARGET ) ,hw_emu) )
2
2
ifeq ($(findstring 202010, $(DEVICE ) ) , 202010)
3
3
$(error [ERROR] : This example is not supported for $(DEVICE ) when targeting hw_emu.)
4
4
endif
Original file line number Diff line number Diff line change 1
- ifeq ($(TARGET ) ,$(findstring $(TARGET ) , hw_emu) )
1
+ ifeq ($(TARGET ) ,$(filter $(TARGET ) ,hw_emu) )
2
2
ifeq ($(findstring 202010, $(DEVICE ) ) , 202010)
3
3
$(error [ERROR] : This example is not supported for $(DEVICE ) when targeting hw_emu.)
4
4
endif
Original file line number Diff line number Diff line change 1
- ifeq ($(TARGET ) ,$(findstring $(TARGET ) , hw_emu) )
1
+ ifeq ($(TARGET ) ,$(filter $(TARGET ) ,hw_emu) )
2
2
ifeq ($(findstring 202010, $(DEVICE ) ) , 202010)
3
3
$(error [ERROR] : This example is not supported for $(DEVICE ) when targeting hw_emu.)
4
4
endif
Original file line number Diff line number Diff line change 1
- ifeq ($(TARGET ) ,$(findstring $(TARGET ) , hw_emu) )
1
+ ifeq ($(TARGET ) ,$(filter $(TARGET ) ,hw_emu) )
2
2
ifeq ($(findstring 202010, $(DEVICE ) ) , 202010)
3
3
$(error [ERROR] : This example is not supported for $(DEVICE ) when targeting hw_emu.)
4
4
endif
Original file line number Diff line number Diff line change 1
- ifeq ($(TARGET ) ,$(findstring $(TARGET ) , hw_emu) )
1
+ ifeq ($(TARGET ) ,$(filter $(TARGET ) ,hw_emu) )
2
2
ifeq ($(findstring 202010, $(DEVICE ) ) , 202010)
3
3
$(error [ERROR] : This example is not supported for $(DEVICE ) when targeting hw_emu.)
4
4
endif
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ platform_test:
8
8
9
9
VPP_LDFLAGS: = --config platform_hostmemory.cfg
10
10
11
- ifeq ($(TARGET ) ,$(findstring $(TARGET ) , hw_emu) )
11
+ ifeq ($(TARGET ) ,$(filter $(TARGET ) ,hw_emu) )
12
12
ifeq ($(findstring 202010, $(DEVICE ) ) , 202010)
13
13
$(error [ERROR] : This example is not supported for $(DEVICE ) when targeting hw_emu.)
14
14
endif
You can’t perform that action at this time.
0 commit comments