17 lines
555 B
Makefile
17 lines
555 B
Makefile
####################################################################################
|
|
## Copyright (c) 2018 - 2023 Analog Devices, Inc.
|
|
### SPDX short identifier: BSD-1-Clause
|
|
## Auto-generated, do not modify!
|
|
####################################################################################
|
|
|
|
LIBRARY_NAME := jesd204_phy
|
|
|
|
INTEL_DEPS += jesd204_phy_glue.v
|
|
INTEL_DEPS += jesd204_phy_glue_hw.tcl
|
|
INTEL_DEPS += jesd204_phy_hw.tcl
|
|
|
|
INTEL_LIB_DEPS += jesd204/jesd204_soft_pcs_rx
|
|
INTEL_LIB_DEPS += jesd204/jesd204_soft_pcs_tx
|
|
|
|
include ../../scripts/library.mk
|