Makefile: Add MMU option to altera makefiles

main
Adrian Costina 2016-08-11 17:46:54 +03:00
parent 5d93e542ed
commit 0b0aa8e6c0
8 changed files with 48 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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