aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPrashanth Mundkur <prashanth.mundkur@gmail.com>2018-01-29 06:02:48 -0800
committerPrashanth Mundkur <prashanth.mundkur@gmail.com>2018-01-29 06:39:38 -0800
commit57bc739bc66104073dafdc84461709ce6c619911 (patch)
tree653707c34a44ee22229c59e107303b5807b2b3d3 /Makefile
parent03d5bf3b7801332694ea22223abb2fb6f3de73cd (diff)
downloadsail-riscv-57bc739bc66104073dafdc84461709ce6c619911.zip
sail-riscv-57bc739bc66104073dafdc84461709ce6c619911.tar.gz
sail-riscv-57bc739bc66104073dafdc84461709ce6c619911.tar.bz2
Added ecall/mret and exception support.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fabaaaf..00451f6 100644
--- a/Makefile
+++ b/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