summaryrefslogtreecommitdiff
path: root/software/coremark/Makefile
diff options
context:
space:
mode:
authorNathaniel Graff <nathaniel.graff@sifive.com>2019-03-07 09:29:05 -0800
committerNathaniel Graff <nathaniel.graff@sifive.com>2019-03-07 09:29:05 -0800
commitd9c3fba928162e7a89349f8b160eb479ad41cbea (patch)
tree258c5e97139d68ccb4a760d7ca0fffa231bf392c /software/coremark/Makefile
parentf695df295da82c8ef801906ad8b00b0e8afa7502 (diff)
Remove legacy examples
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
Diffstat (limited to 'software/coremark/Makefile')
-rw-r--r--software/coremark/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/software/coremark/Makefile b/software/coremark/Makefile
deleted file mode 100644
index b57151e..0000000
--- a/software/coremark/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-TARGET := coremark
-
-C_SRCS := \
- core_list_join.c \
- core_main.c \
- core_matrix.c \
- core_state.c \
- core_util.c \
- core_portme.c \
-
-HEADERS := \
- coremark.h \
- core_portme.h \
-
-CFLAGS := -O2 -fno-common -funroll-loops -finline-functions --param max-inline-insns-auto=20 -falign-functions=4 -falign-jumps=4 -falign-loops=4
-CFLAGS += -DFLAGS_STR=\""$(CFLAGS)"\"
-CFLAGS += -DITERATIONS=10000 -DPERFORMANCE_RUN=1
-
-BSP_BASE = ../../bsp
-include $(BSP_BASE)/env/common.mk