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