aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/dhrystone/Makefile
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2020-08-11 18:21:49 +0200
committerYann Herklotz <git@yannherklotz.com>2020-08-11 18:21:49 +0200
commiteea5ca4078823230ff3a20cb1f7ec1cd541d2713 (patch)
tree755a8eb2fe58fbd1d33ac2d889351caabee3c0d9 /benchmarks/dhrystone/Makefile
parentbf8bf2926375772b116bc2d7046b3da6c6f5a031 (diff)
downloadvericert-kvx-eea5ca4078823230ff3a20cb1f7ec1cd541d2713.tar.gz
vericert-kvx-eea5ca4078823230ff3a20cb1f7ec1cd541d2713.zip
Add benchmark changes
Diffstat (limited to 'benchmarks/dhrystone/Makefile')
-rw-r--r--benchmarks/dhrystone/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/benchmarks/dhrystone/Makefile b/benchmarks/dhrystone/Makefile
deleted file mode 100644
index 6a10d2a..0000000
--- a/benchmarks/dhrystone/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-CC := gcc
-CFLAGS := -O3
-
-all:
- $(CC) $(CFLAGS) -DHZ=60 dhry_1.c dhry_2.c -o dhry
-
-clean:
- rm -f dhry