mirror of https://github.com/efabless/caravel.git
Allow MCW_REPO to be set by env
This commit is contained in:
parent
95712cac68
commit
e7e037e290
4
Makefile
4
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue