From f34b92800904e58afe94af55933881f81dfb1180 Mon Sep 17 00:00:00 2001 From: Bill Traynor Date: Fri, 27 Jan 2023 12:30:11 -0500 Subject: Change to build priv only Change to build priv only --- build/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'build') 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. -- cgit v1.1