17 lines
562 B
Makefile
17 lines
562 B
Makefile
####################################################################################
|
|
## Copyright (c) 2018 - 2021 Analog Devices, Inc.
|
|
### SPDX short identifier: BSD-1-Clause
|
|
## Auto-generated, do not modify!
|
|
####################################################################################
|
|
|
|
LIBRARY_NAME := util_sigma_delta_spi
|
|
|
|
GENERIC_DEPS += util_sigma_delta_spi.v
|
|
|
|
XILINX_DEPS += util_sigma_delta_spi_ip.tcl
|
|
|
|
XILINX_DEPS += ../spi_engine/interfaces/spi_master.xml
|
|
XILINX_DEPS += ../spi_engine/interfaces/spi_master_rtl.xml
|
|
|
|
include ../scripts/library.mk
|