f4pga-examples/projf-makefiles/hello/hello-arty/D/Makefile
Joshua Fife 999e562eba Fixed makefiles to include common.mk
Signed-off-by: Joshua Fife <jpfife17@gmail.com>
2021-11-16 08:52:36 -07:00

8 lines
238 B
Makefile

current_dir := ${CURDIR}
proj_f_dir := ${current_dir}/../../../../third_party/projf-explore/hello/hello-arty/D
TOP := top
SOURCES := ${proj_f_dir}/top.sv
XDC := ${proj_f_dir}/arty.xdc
include ${current_dir}/../../../../common/common.mk