diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-03-07 21:32:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-07 21:32:52 +0000 |
commit | 7b036c07e40a6f3d3cf1ddfc5d88d3a36beb4e46 (patch) | |
tree | c1459952c20e4534d33016d4fc2cf6729228c0e6 /software/coremark/Makefile | |
parent | 84781219c87c0b9148e318f3e358ef7de03e251c (diff) | |
parent | def12d50a686774196c613a819e6afb744ee290e (diff) |
Merge pull request #195 from sifive/remove-legacy
Remove legacy BSPs and Software
Diffstat (limited to 'software/coremark/Makefile')
-rw-r--r-- | software/coremark/Makefile | 20 |
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 |