19 lines
611 B
Makefile
Executable File
19 lines
611 B
Makefile
Executable File
####################################################################################
|
|
## Copyright (c) 2018 - 2021 Analog Devices, Inc.
|
|
### SPDX short identifier: BSD-1-Clause
|
|
## Auto-generated, do not modify!
|
|
####################################################################################
|
|
|
|
PROJECT_NAME := template_de10nano
|
|
|
|
M_DEPS += ../../scripts/adi_pd.tcl
|
|
M_DEPS += ../../common/de10nano/de10nano_system_qsys.tcl
|
|
M_DEPS += ../../common/de10nano/de10nano_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
|