18 lines
595 B
Makefile
18 lines
595 B
Makefile
####################################################################################
|
|
## Copyright (c) 2018 - 2023 Analog Devices, Inc.
|
|
### SPDX short identifier: BSD-1-Clause
|
|
## Auto-generated, do not modify!
|
|
####################################################################################
|
|
|
|
PROJECT_NAME := template_kv260
|
|
|
|
M_DEPS += ../../scripts/adi_pd.tcl
|
|
M_DEPS += ../../common/kv260/kv260_system_constr.xdc
|
|
M_DEPS += ../../common/kv260/kv260_system_bd.tcl
|
|
M_DEPS += ../../../library/common/ad_iobuf.v
|
|
|
|
LIB_DEPS += axi_sysid
|
|
LIB_DEPS += sysid_rom
|
|
|
|
include ../../scripts/project-xilinx.mk
|