From 3a3cbf38c3d43747e94a48a433c50a3022703ad0 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Sun, 20 Aug 2023 15:23:05 +0200 Subject: [PATCH] re-adds coremark as submodule --- .gitmodules | 7 +++++++ benchmarks/coremark/cm | 1 + 2 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 benchmarks/coremark/cm diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..a5a6bfb --- /dev/null +++ b/.gitmodules @@ -0,0 +1,7 @@ +[submodule "cm"] + path = benchmarks/coremark/cm + url = https://github.com/eembc/coremark.git + +[submodule "benchmarks/coremark/cm"] + path = benchmarks/coremark/cm + url = https://github.com/eembc/coremark.git diff --git a/benchmarks/coremark/cm b/benchmarks/coremark/cm new file mode 160000 index 0000000..d5fad6b --- /dev/null +++ b/benchmarks/coremark/cm @@ -0,0 +1 @@ +Subproject commit d5fad6bd094899101a4e5fd53af7298160ced6ab