17 lines
522 B
Makefile
17 lines
522 B
Makefile
####################################################################################
|
|
## Copyright (c) 2018 - 2023 Analog Devices, Inc.
|
|
### SPDX short identifier: BSD-1-Clause
|
|
## Auto-generated, do not modify!
|
|
####################################################################################
|
|
|
|
LIBRARY_NAME := axi_ad7616
|
|
|
|
GENERIC_DEPS += ../common/up_axi.v
|
|
GENERIC_DEPS += axi_ad7616.v
|
|
GENERIC_DEPS += axi_ad7616_control.v
|
|
GENERIC_DEPS += axi_ad7616_pif.v
|
|
|
|
XILINX_DEPS += axi_ad7616_ip.tcl
|
|
|
|
include ../scripts/library.mk
|