19 lines
596 B
Makefile
Executable File
19 lines
596 B
Makefile
Executable File
####################################################################################
|
|
## Copyright (c) 2018 - 2023 Analog Devices, Inc.
|
|
### SPDX short identifier: BSD-1-Clause
|
|
## Auto-generated, do not modify!
|
|
####################################################################################
|
|
|
|
PROJECT_NAME := template_c5soc
|
|
|
|
M_DEPS += ../../scripts/adi_pd.tcl
|
|
M_DEPS += ../../common/c5soc/c5soc_system_qsys.tcl
|
|
M_DEPS += ../../common/c5soc/c5soc_system_assign.tcl
|
|
|
|
LIB_DEPS += axi_dmac
|
|
LIB_DEPS += axi_hdmi_tx
|
|
LIB_DEPS += axi_sysid
|
|
LIB_DEPS += sysid_rom
|
|
|
|
include ../../scripts/project-intel.mk
|