diff options
author | Sebastien Mirolo <smirolo@fortylines.com> | 2013-07-24 12:52:24 -0700 |
---|---|---|
committer | Sebastien Mirolo <smirolo@fortylines.com> | 2013-07-24 12:52:24 -0700 |
commit | 1f66845b35b4e59e4fb232085f0738913527d0d6 (patch) | |
tree | 528e9962237813d46e7f69f613041e4a4546f07e /benchmarks | |
parent | c31d7c5eb4109fdcce58d27b132e20596ece2d07 (diff) | |
download | riscv-tests-1f66845b35b4e59e4fb232085f0738913527d0d6.zip riscv-tests-1f66845b35b4e59e4fb232085f0738913527d0d6.tar.gz riscv-tests-1f66845b35b4e59e4fb232085f0738913527d0d6.tar.bz2 |
feature: add autoconf
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/.gitignore | 6 | ||||
-rw-r--r-- | benchmarks/Makefile | 2 |
2 files changed, 1 insertions, 7 deletions
diff --git a/benchmarks/.gitignore b/benchmarks/.gitignore deleted file mode 100644 index 131616e..0000000 --- a/benchmarks/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.riscv -*.host -*.o -*.dump -*.out -*.hex diff --git a/benchmarks/Makefile b/benchmarks/Makefile index cc8e881..220a033 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -61,7 +61,7 @@ RISCV_SIM = spike VPATH += $(addprefix $(bmarkdir)/, $(bmarks)) VPATH += $(bmarkdir)/common -incs += -I. -I./common $(addprefix -I$(bmarkdir)/, $(bmarks)) +incs += -I$(bmarkdir)/common $(addprefix -I$(bmarkdir)/, $(bmarks)) objs := include $(patsubst %, $(bmarkdir)/%/bmark.mk, $(bmarks)) |