From 999e562eba7e700623ac947767645c135f42be44 Mon Sep 17 00:00:00 2001 From: Joshua Fife Date: Tue, 16 Nov 2021 08:52:36 -0700 Subject: [PATCH] Fixed makefiles to include common.mk Signed-off-by: Joshua Fife --- projf-makefiles/hello/hello-arty/A/Makefile | 2 +- projf-makefiles/hello/hello-arty/B/Makefile | 2 +- projf-makefiles/hello/hello-arty/C/Makefile | 2 +- projf-makefiles/hello/hello-arty/D/Makefile | 2 +- projf-makefiles/hello/hello-arty/E/Makefile | 2 +- projf-makefiles/hello/hello-arty/F/Makefile | 2 +- projf-makefiles/hello/hello-arty/G/Makefile | 2 +- projf-makefiles/hello/hello-arty/H/Makefile | 2 +- projf-makefiles/hello/hello-arty/I/Makefile | 2 +- projf-makefiles/hello/hello-arty/J/Makefile | 2 +- projf-makefiles/hello/hello-arty/K/Makefile | 2 +- projf-makefiles/hello/hello-arty/L/Makefile | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/projf-makefiles/hello/hello-arty/A/Makefile b/projf-makefiles/hello/hello-arty/A/Makefile index 4743e16..b8c2b44 100644 --- a/projf-makefiles/hello/hello-arty/A/Makefile +++ b/projf-makefiles/hello/hello-arty/A/Makefile @@ -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 diff --git a/projf-makefiles/hello/hello-arty/B/Makefile b/projf-makefiles/hello/hello-arty/B/Makefile index b705668..5be7fda 100644 --- a/projf-makefiles/hello/hello-arty/B/Makefile +++ b/projf-makefiles/hello/hello-arty/B/Makefile @@ -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 diff --git a/projf-makefiles/hello/hello-arty/C/Makefile b/projf-makefiles/hello/hello-arty/C/Makefile index eec3723..5b5f7a2 100644 --- a/projf-makefiles/hello/hello-arty/C/Makefile +++ b/projf-makefiles/hello/hello-arty/C/Makefile @@ -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 diff --git a/projf-makefiles/hello/hello-arty/D/Makefile b/projf-makefiles/hello/hello-arty/D/Makefile index c28491e..baab427 100644 --- a/projf-makefiles/hello/hello-arty/D/Makefile +++ b/projf-makefiles/hello/hello-arty/D/Makefile @@ -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 diff --git a/projf-makefiles/hello/hello-arty/E/Makefile b/projf-makefiles/hello/hello-arty/E/Makefile index 8e092a8..14f2999 100644 --- a/projf-makefiles/hello/hello-arty/E/Makefile +++ b/projf-makefiles/hello/hello-arty/E/Makefile @@ -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 diff --git a/projf-makefiles/hello/hello-arty/F/Makefile b/projf-makefiles/hello/hello-arty/F/Makefile index c3b2abf..b608bd9 100644 --- a/projf-makefiles/hello/hello-arty/F/Makefile +++ b/projf-makefiles/hello/hello-arty/F/Makefile @@ -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 diff --git a/projf-makefiles/hello/hello-arty/G/Makefile b/projf-makefiles/hello/hello-arty/G/Makefile index b608da0..26964ec 100644 --- a/projf-makefiles/hello/hello-arty/G/Makefile +++ b/projf-makefiles/hello/hello-arty/G/Makefile @@ -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 diff --git a/projf-makefiles/hello/hello-arty/H/Makefile b/projf-makefiles/hello/hello-arty/H/Makefile index 1346ac8..9d86825 100644 --- a/projf-makefiles/hello/hello-arty/H/Makefile +++ b/projf-makefiles/hello/hello-arty/H/Makefile @@ -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 diff --git a/projf-makefiles/hello/hello-arty/I/Makefile b/projf-makefiles/hello/hello-arty/I/Makefile index aed7b37..ef5db64 100644 --- a/projf-makefiles/hello/hello-arty/I/Makefile +++ b/projf-makefiles/hello/hello-arty/I/Makefile @@ -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 diff --git a/projf-makefiles/hello/hello-arty/J/Makefile b/projf-makefiles/hello/hello-arty/J/Makefile index 594ab82..94c2a07 100644 --- a/projf-makefiles/hello/hello-arty/J/Makefile +++ b/projf-makefiles/hello/hello-arty/J/Makefile @@ -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 diff --git a/projf-makefiles/hello/hello-arty/K/Makefile b/projf-makefiles/hello/hello-arty/K/Makefile index 577921d..474f520 100644 --- a/projf-makefiles/hello/hello-arty/K/Makefile +++ b/projf-makefiles/hello/hello-arty/K/Makefile @@ -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 diff --git a/projf-makefiles/hello/hello-arty/L/Makefile b/projf-makefiles/hello/hello-arty/L/Makefile index 66206a7..b4e6804 100644 --- a/projf-makefiles/hello/hello-arty/L/Makefile +++ b/projf-makefiles/hello/hello-arty/L/Makefile @@ -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