diff --git a/projects/adrv9371x/a10soc/Makefile b/projects/adrv9371x/a10soc/Makefile index 2870fb421..ffb050c77 100644 --- a/projects/adrv9371x/a10soc/Makefile +++ b/projects/adrv9371x/a10soc/Makefile @@ -5,6 +5,12 @@ #################################################################################### #################################################################################### +ifeq ($(MMU),) + MMU := 1 +endif + +export ALT_NIOS_MMU_ENABLED := $(MMU) + M_DEPS += system_top.v M_DEPS += system_project.tcl M_DEPS += system_constr.sdc diff --git a/projects/arradio/c5soc/Makefile b/projects/arradio/c5soc/Makefile index 2b74027c2..0c42d4a71 100644 --- a/projects/arradio/c5soc/Makefile +++ b/projects/arradio/c5soc/Makefile @@ -5,6 +5,12 @@ #################################################################################### #################################################################################### +ifeq ($(MMU),) + MMU := 1 +endif + +export ALT_NIOS_MMU_ENABLED := $(MMU) + M_DEPS += system_top.v M_DEPS += system_project.tcl M_DEPS += system_constr.sdc diff --git a/projects/common/a5gte/Makefile b/projects/common/a5gte/Makefile index b0e931ef0..d782facbf 100644 --- a/projects/common/a5gte/Makefile +++ b/projects/common/a5gte/Makefile @@ -5,6 +5,12 @@ #################################################################################### #################################################################################### +ifeq ($(MMU),) + MMU := 1 +endif + +export ALT_NIOS_MMU_ENABLED := $(MMU) + M_DEPS += system_top.v M_DEPS += system_project.tcl M_DEPS += ../../scripts/adi_env.tcl diff --git a/projects/daq3/a10gx/Makefile b/projects/daq3/a10gx/Makefile index bb4b08976..190c0bc8c 100644 --- a/projects/daq3/a10gx/Makefile +++ b/projects/daq3/a10gx/Makefile @@ -5,6 +5,12 @@ #################################################################################### #################################################################################### +ifeq ($(MMU),) + MMU := 1 +endif + +export ALT_NIOS_MMU_ENABLED := $(MMU) + M_DEPS += system_top.v M_DEPS += system_qsys.tcl M_DEPS += system_project.tcl diff --git a/projects/fmcjesdadc1/a5gt/Makefile b/projects/fmcjesdadc1/a5gt/Makefile index 6a52e19bd..9f80abb77 100644 --- a/projects/fmcjesdadc1/a5gt/Makefile +++ b/projects/fmcjesdadc1/a5gt/Makefile @@ -5,6 +5,12 @@ #################################################################################### #################################################################################### +ifeq ($(MMU),) + MMU := 1 +endif + +export ALT_NIOS_MMU_ENABLED := $(MMU) + M_DEPS += system_top.v M_DEPS += system_project.tcl M_DEPS += system_constr.sdc diff --git a/projects/fmcjesdadc1/a5soc/Makefile b/projects/fmcjesdadc1/a5soc/Makefile index 27db0a706..99701e708 100644 --- a/projects/fmcjesdadc1/a5soc/Makefile +++ b/projects/fmcjesdadc1/a5soc/Makefile @@ -5,6 +5,12 @@ #################################################################################### #################################################################################### +ifeq ($(MMU),) + MMU := 1 +endif + +export ALT_NIOS_MMU_ENABLED := $(MMU) + M_DEPS += system_top.v M_DEPS += system_project.tcl M_DEPS += system_constr.sdc diff --git a/projects/fmcomms2/a10gx/Makefile b/projects/fmcomms2/a10gx/Makefile index 4c1ed9ca0..62b1ca6e1 100644 --- a/projects/fmcomms2/a10gx/Makefile +++ b/projects/fmcomms2/a10gx/Makefile @@ -5,6 +5,12 @@ #################################################################################### #################################################################################### +ifeq ($(MMU),) + MMU := 1 +endif + +export ALT_NIOS_MMU_ENABLED := $(MMU) + M_DEPS += system_top.v M_DEPS += system_qsys.tcl M_DEPS += system_project.tcl diff --git a/projects/usdrx1/a5gt/Makefile b/projects/usdrx1/a5gt/Makefile index 301866b75..8850eed3e 100644 --- a/projects/usdrx1/a5gt/Makefile +++ b/projects/usdrx1/a5gt/Makefile @@ -5,6 +5,12 @@ #################################################################################### #################################################################################### +ifeq ($(MMU),) + MMU := 1 +endif + +export ALT_NIOS_MMU_ENABLED := $(MMU) + M_DEPS += system_project.tcl M_DEPS += ../common/usdrx1_spi.v M_DEPS += ../../scripts/adi_env.tcl