14 lines
444 B
Makefile
14 lines
444 B
Makefile
####################################################################################
|
|
## Copyright (c) 2018 - 2021 Analog Devices, Inc.
|
|
### SPDX short identifier: BSD-1-Clause
|
|
## Auto-generated, do not modify!
|
|
####################################################################################
|
|
|
|
LIBRARY_NAME := ad463x_data_capture
|
|
|
|
GENERIC_DEPS += ad463x_data_capture.v
|
|
|
|
XILINX_DEPS += ad463x_data_capture_ip.tcl
|
|
|
|
include ../scripts/library.mk
|