aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBill Traynor <wmat@riscv.org>2023-01-27 12:30:11 -0500
committerBill Traynor <wmat@riscv.org>2023-01-27 12:30:11 -0500
commitf34b92800904e58afe94af55933881f81dfb1180 (patch)
treed9d85c5010d3e789ab7143a47bc14740cff929ba /build
parentd04a68c4a0eab793c7357f6953f1bbfda730ee42 (diff)
downloadriscv-isa-manual-f34b92800904e58afe94af55933881f81dfb1180.zip
riscv-isa-manual-f34b92800904e58afe94af55933881f81dfb1180.tar.gz
riscv-isa-manual-f34b92800904e58afe94af55933881f81dfb1180.tar.bz2
Change to build priv only
Change to build priv only
Diffstat (limited to 'build')
-rw-r--r--build/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/build/Makefile b/build/Makefile
index abfeb22..3baca26 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -1,5 +1,7 @@
-HEADER_SOURCE := ../src/riscv-isa-unpr-conv-review.adoc
-PDF_RESULT := unpriv-isa-asciidoc.pdf
+HEADER_SOURCE := ../src/riscv-privileged.adoc
+#HEADER_SOURCE := ../src/riscv-isa-unpr-conv-review.adoc
+PDF_RESULT := priv-isa-asciidoc.pdf
+#PDF_RESULT := unpriv-isa-asciidoc.pdf
# Not all document sources are yet listed here. Not just adoc files but
# images/ and resources/ content. Once they are the target can remove the
# phony use.