fixed uncommented line in makefile

This commit is contained in:
Katherine Parry 2022-07-14 00:01:07 +00:00
parent 66bef379cb
commit ac2ad1d60a

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)