Skip to content

Commit

Permalink
Bring back Makefrag due to strange infinite loop
Browse files Browse the repository at this point in the history
  • Loading branch information
ksco committed Sep 27, 2023
1 parent 86e80cd commit 17b3754
Show file tree
Hide file tree
Showing 3 changed files with 882 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ generate-stage1: clean-out git-submodule-init build
@mkdir -p ${OUTPUT_STAGE1}
build/generator -VLEN ${VLEN} -XLEN ${XLEN} -split=${SPLIT} -integer=${INTEGER} -stage1output ${OUTPUT_STAGE1} -configs ${CONFIGS}

-include build/Makefrag
include Makefrag

compile-stage1: generate-stage1
@mkdir -p ${OUTPUT_STAGE1_BIN} ${OUTPUT_STAGE1_ASM}
Expand Down Expand Up @@ -98,7 +98,7 @@ $(tests_stage2):


clean-out:
rm -rf $(OUTPUT)
rm -rf out

clean: clean-out
go clean
Expand Down
Loading

0 comments on commit 17b3754

Please sign in to comment.