Skip to content

Commit

Permalink
Merge pull request #13 from jerryz123/patch-1
Browse files Browse the repository at this point in the history
Remove git-submodule-init make target
  • Loading branch information
ksco authored Sep 28, 2023
2 parents 17b3754 + bd7eaee commit 5db19ef
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ endif

all: compile-stage2

git-submodule-init:
git submodule update --init

build: build-generator build-merger

build-generator:
Expand All @@ -60,7 +57,7 @@ build-patcher-spike: pspike/pspike.cc
unittest:
go test ./...

generate-stage1: clean-out git-submodule-init build
generate-stage1: clean-out build
@mkdir -p ${OUTPUT_STAGE1}
build/generator -VLEN ${VLEN} -XLEN ${XLEN} -split=${SPLIT} -integer=${INTEGER} -stage1output ${OUTPUT_STAGE1} -configs ${CONFIGS}

Expand Down Expand Up @@ -105,7 +102,6 @@ clean: clean-out
rm -rf build/

.PHONY: all \
git-submodule-init \
build build-generator unittest \
generate-stage1 compile-stage1 $(tests) \
$(tests_patch) generate-stage2 compile-stage2 $(tests_stage2) \
Expand Down

0 comments on commit 5db19ef

Please sign in to comment.