mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
coremark:Fix renaming issues with other libraries
The crc16 naming implemented in coremark is duplicated in zblue. Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
This commit is contained in:
parent
dca6c0cd91
commit
06d54466fd
1 changed files with 1 additions and 0 deletions
|
|
@ -39,6 +39,7 @@ VPATH += $(COREMARK_UNPACKNAME)$(DELIM)posix
|
|||
DEPPATH += --dep-path $(COREMARK_UNPACKNAME)
|
||||
DEPPATH += --dep-path $(COREMARK_UNPACKNAME)$(DELIM)posix
|
||||
|
||||
CFLAGS += -Dcrc16=coremark_crc16
|
||||
CFLAGS += -Wno-strict-prototypes -Wno-undef
|
||||
|
||||
ifeq ($(CONFIG_COREMARK_MULTITHREAD_OVERRIDE),y)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue