f4pga-examples/projf-makefiles/hello/hello-arty/L/Makefile

9 lines
236 B
Makefile

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