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