fixed uncommented line in makefile

This commit is contained in:
Katherine Parry 2022-07-14 00:01:07 +00:00
parent e5a8ac2a44
commit 8506d2be4c

View File

@ -8,7 +8,7 @@ wally_workdir = $(work)/wally-riscv-arch-test
current_dir = $(shell pwd)
XLEN ?= 64
all: root build_arch build_wally memfile
all: root build_arch #build_wally memfile
root:
mkdir -p $(work_dir)