Fixed makefiles to include common.mk
Signed-off-by: Joshua Fife <jpfife17@gmail.com>
This commit is contained in:
parent
3bf66c55ec
commit
999e562eba
|
@ -5,4 +5,4 @@ TOP := top
|
|||
SOURCES := ${proj_f_dir}/top.sv
|
||||
XDC := ${proj_f_dir}/arty.xdc
|
||||
|
||||
include ${current_dir}/../../../../common/Makefile
|
||||
include ${current_dir}/../../../../common/common.mk
|
||||
|
|
|
@ -5,4 +5,4 @@ TOP := top
|
|||
SOURCES := ${proj_f_dir}/top.sv
|
||||
XDC := ${proj_f_dir}/arty.xdc
|
||||
|
||||
include ${current_dir}/../../../../common/Makefile
|
||||
include ${current_dir}/../../../../common/common.mk
|
||||
|
|
|
@ -5,4 +5,4 @@ TOP := top
|
|||
SOURCES := ${proj_f_dir}/top.sv
|
||||
XDC := ${proj_f_dir}/arty.xdc
|
||||
|
||||
include ${current_dir}/../../../../common/Makefile
|
||||
include ${current_dir}/../../../../common/common.mk
|
||||
|
|
|
@ -5,4 +5,4 @@ TOP := top
|
|||
SOURCES := ${proj_f_dir}/top.sv
|
||||
XDC := ${proj_f_dir}/arty.xdc
|
||||
|
||||
include ${current_dir}/../../../../common/Makefile
|
||||
include ${current_dir}/../../../../common/common.mk
|
||||
|
|
|
@ -5,4 +5,4 @@ TOP := top
|
|||
SOURCES := ${proj_f_dir}/top.sv
|
||||
XDC := ${proj_f_dir}/arty.xdc
|
||||
|
||||
include ${current_dir}/../../../../common/Makefile
|
||||
include ${current_dir}/../../../../common/common.mk
|
||||
|
|
|
@ -5,4 +5,4 @@ TOP := top
|
|||
SOURCES := ${proj_f_dir}/top.sv
|
||||
XDC := ${proj_f_dir}/arty.xdc
|
||||
|
||||
include ${current_dir}/../../../../common/Makefile
|
||||
include ${current_dir}/../../../../common/common.mk
|
||||
|
|
|
@ -5,4 +5,4 @@ TOP := top
|
|||
SOURCES := ${proj_f_dir}/top.sv
|
||||
XDC := ${proj_f_dir}/arty.xdc
|
||||
|
||||
include ${current_dir}/../../../../common/Makefile
|
||||
include ${current_dir}/../../../../common/common.mk
|
||||
|
|
|
@ -5,4 +5,4 @@ TOP := top
|
|||
SOURCES := ${proj_f_dir}/top.sv
|
||||
XDC := ${proj_f_dir}/arty.xdc
|
||||
|
||||
include ${current_dir}/../../../../common/Makefile
|
||||
include ${current_dir}/../../../../common/common.mk
|
||||
|
|
|
@ -5,4 +5,4 @@ TOP := top
|
|||
SOURCES := ${proj_f_dir}/*.sv
|
||||
XDC := ${proj_f_dir}/arty.xdc
|
||||
|
||||
include ${current_dir}/../../../../common/Makefile
|
||||
include ${current_dir}/../../../../common/common.mk
|
||||
|
|
|
@ -5,4 +5,4 @@ TOP := top
|
|||
SOURCES := ${proj_f_dir}/*.sv
|
||||
XDC := ${proj_f_dir}/arty.xdc
|
||||
|
||||
include ${current_dir}/../../../../common/Makefile
|
||||
include ${current_dir}/../../../../common/common.mk
|
||||
|
|
|
@ -5,4 +5,4 @@ TOP := top
|
|||
SOURCES := ${proj_f_dir}/*.sv
|
||||
XDC := ${proj_f_dir}/arty.xdc
|
||||
|
||||
include ${current_dir}/../../../../common/Makefile
|
||||
include ${current_dir}/../../../../common/common.mk
|
||||
|
|
|
@ -5,4 +5,4 @@ TOP := top
|
|||
SOURCES := ${proj_f_dir}/*.sv
|
||||
XDC := ${proj_f_dir}/arty.xdc
|
||||
|
||||
include ${current_dir}/../../../../common/Makefile
|
||||
include ${current_dir}/../../../../common/common.mk
|
||||
|
|
Loading…
Reference in New Issue