mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-19 03:44:46 -04:00
update global doc Makefile Co-authored-by: JeanRochCoulon <jean-roch.coulon@thalesgroup.com>
14 lines
281 B
Makefile
14 lines
281 B
Makefile
all: prepare sphinx
|
|
|
|
prepare:
|
|
make -C 04_cv32a65x/riscv priv-html unpriv-html
|
|
make -C 04_cv32a65x/design design-html
|
|
|
|
make -C 06_cv64a6_mmu/riscv priv-html unpriv-html
|
|
|
|
make -C 07_cv32a60x/riscv priv-html unpriv-html
|
|
|
|
sphinx:
|
|
sphinx-build . _build
|
|
|
|
.PHONY: all prepare sphinx
|