summaryrefslogtreecommitdiff
path: root/riscv/Makefile
diff options
context:
space:
mode:
authorPrashanth Mundkur2018-01-29 06:02:48 -0800
committerPrashanth Mundkur2018-01-29 06:39:38 -0800
commitf206ae0ab7ff4e1870a002db2c9e2f030244ce31 (patch)
tree46b5b9f478c6968265bed23ae7510d461b96c7f0 /riscv/Makefile
parent5a33eab7bc05f45cde76253f84e139b2428fbbe7 (diff)
Added ecall/mret and exception support.
Diffstat (limited to 'riscv/Makefile')
-rw-r--r--riscv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/Makefile b/riscv/Makefile
index fabaaafc..00451f6f 100644
--- a/riscv/Makefile
+++ b/riscv/Makefile
@@ -1,4 +1,4 @@
-SAIL_SRCS = prelude.sail riscv_types.sail riscv.sail
+SAIL_SRCS = prelude.sail riscv_types.sail riscv_sys.sail riscv.sail
SAIL_DIR ?= $(realpath ..)
export SAIL_DIR