Allow MCW_REPO to be set by env

This commit is contained in:
Russell L Friesenhahn 2023-08-12 23:34:43 -05:00
parent 95712cac68
commit e7e037e290
1 changed files with 2 additions and 2 deletions

View File

@ -62,11 +62,11 @@ MCW_LITE?=1
ifeq ($(MCW),LITEX_VEXRISCV)
MCW_NAME := mcw-litex-vexriscv
MCW_REPO := https://github.com/efabless/caravel_mgmt_soc_litex
MCW_REPO ?= https://github.com/efabless/caravel_mgmt_soc_litex
MCW_TAG ?= $(MPW_TAG)
else
MCW_NAME := mcw-pico
MCW_REPO := https://github.com/efabless/caravel_pico
MCW_REPO ?= https://github.com/efabless/caravel_pico
MCW_TAG ?= $(MPW_TAG)
endif