Skip to content

Commit 06d5446

Browse files
crafcat7anchao
authored andcommitted
coremark:Fix renaming issues with other libraries
The crc16 naming implemented in coremark is duplicated in zblue. Signed-off-by: chenrun1 <[email protected]>
1 parent dca6c0c commit 06d5446

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarks/coremark/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ VPATH += $(COREMARK_UNPACKNAME)$(DELIM)posix
3939
DEPPATH += --dep-path $(COREMARK_UNPACKNAME)
4040
DEPPATH += --dep-path $(COREMARK_UNPACKNAME)$(DELIM)posix
4141

42+
CFLAGS += -Dcrc16=coremark_crc16
4243
CFLAGS += -Wno-strict-prototypes -Wno-undef
4344

4445
ifeq ($(CONFIG_COREMARK_MULTITHREAD_OVERRIDE),y)

0 commit comments

Comments
 (0)