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