mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
coremark-pro:Added coremark-pro download link.
Source Code:https://github.com/eembc/coremark-pro Signed-off-by: chenrun1 <chenrun1@xiaomi.com>
This commit is contained in:
parent
270fa07cbd
commit
b1e8fc784f
1 changed files with 15 additions and 0 deletions
|
|
@ -137,4 +137,19 @@ ifneq ($(CONFIG_BENCHMARK_COREMARK_PRO_PARSER_125K),)
|
|||
PROGNAME += parser_125k
|
||||
endif
|
||||
|
||||
ifeq ($(wildcard coremark-pro/.git),)
|
||||
VERSION ?= main
|
||||
coremark-pro.zip:
|
||||
$(Q) curl -L https://github.com/eembc/coremark-pro/archive/refs/heads/main.zip -o coremark-pro.zip
|
||||
$(Q) unzip -o coremark-pro.zip
|
||||
$(Q) mv coremark-pro-$(VERSION) coremark-pro
|
||||
|
||||
context:: coremark-pro.zip
|
||||
|
||||
distclean::
|
||||
$(call DELDIR, coremark-pro)
|
||||
$(call DELFILE, coremark-pro.zip)
|
||||
|
||||
endif
|
||||
|
||||
include $(APPDIR)/Application.mk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue