aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/Makefile b/build/Makefile
index 34bc234..79643a9 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -16,14 +16,14 @@ ASCIIDOCTOR_OPTS := --attribute=mathematical-format=svg \
SRCDIR := ../src
-# Privilege ISA
+# Privileged ISA
priv: priv-isa-asciidoc.pdf
-priv-isa-asciidoc.pdf: $(SRCDIR)/riscv-isa-unpr-conv-review.adoc
+priv-isa-asciidoc.pdf: $(SRCDIR)/riscv-privileged.adoc
@echo "Building Privilege ISA"
asciidoctor-pdf $(ASCIIDOCTOR_OPTS) --out-file=$@ $<
-# Unprivilege ISA
+# Unprivileged ISA
unpriv: unpriv-isa-asciidoc.pdf
unpriv-isa-asciidoc.pdf: $(SRCDIR)/riscv-isa-unpr-conv-review.adoc