15 lines
462 B
Makefile
15 lines
462 B
Makefile
####################################################################################
|
|
## Copyright 2018(c) Analog Devices, Inc.
|
|
## Auto-generated, do not modify!
|
|
####################################################################################
|
|
|
|
LIBRARY_NAME := axi_fan_control
|
|
|
|
GENERIC_DEPS += ../common/up_axi.v
|
|
GENERIC_DEPS += ../common/util_pulse_gen.v
|
|
GENERIC_DEPS += axi_fan_control.v
|
|
|
|
XILINX_DEPS += axi_fan_control_ip.tcl
|
|
|
|
include ../scripts/library.mk
|