f4pga-examples/projf-makefiles/hello/hello-arty/H/Makefile
Joshua Fife 5311e553ab added hello arty part 2
Signed-off-by: Joshua Fife <jpfife17@gmail.com>
2021-10-28 13:45:15 -06:00

8 lines
237 B
Makefile

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