17 lines
509 B
Makefile
17 lines
509 B
Makefile
####################################################################################
|
|
## Copyright 2018(c) Analog Devices, Inc.
|
|
## 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
|