19 lines
641 B
Makefile
19 lines
641 B
Makefile
####################################################################################
|
|
## Copyright (c) 2018 - 2021 Analog Devices, Inc.
|
|
### SPDX short identifier: BSD-1-Clause
|
|
## Auto-generated, do not modify!
|
|
####################################################################################
|
|
|
|
PROJECT_NAME := cn0506_rgmii_a10soc
|
|
|
|
M_DEPS += ../common/cn0506_qsys.tcl
|
|
M_DEPS += ../../scripts/adi_pd.tcl
|
|
M_DEPS += ../../common/a10soc/a10soc_system_qsys.tcl
|
|
M_DEPS += ../../common/a10soc/a10soc_system_assign.tcl
|
|
M_DEPS += ../../../library/common/ad_iobuf.v
|
|
|
|
LIB_DEPS += axi_sysid
|
|
LIB_DEPS += sysid_rom
|
|
|
|
include ../../scripts/project-intel.mk
|