f4pga-examples/xc7/timer/Makefile
Joshua Fife 977fc93ba8 Modified Makefiles to call common/Makefile
Signed-off-by: Joshua Fife <jpfife17@gmail.com>
2021-08-20 13:12:58 -06:00

8 lines
No EOL
163 B
Makefile

current_dir := ${CURDIR}
TARGET := basys3
TOP := top
SOURCES := ${current_dir}/*.sv
XDC := ${current_dir}/basys3.xdc
include ${current_dir}/../../common/Makefile