Skip to content

Commit

Permalink
Updated Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Pop Ioan Daniel <[email protected]>
  • Loading branch information
PIoandan committed Sep 14, 2023
1 parent 9e42382 commit d890e33
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions projects/ad9213_dual_ebz/s10soc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ M_DEPS += ../../common/intel/adcfifo_qsys.tcl
M_DEPS += ../../../library/common/ad_3w_spi.v

LIB_DEPS += axi_dmac
LIB_DEPS += axi_sysid
LIB_DEPS += intel/adi_jesd204
LIB_DEPS += jesd204/ad_ip_jesd204_tpl_adc
LIB_DEPS += sysid_rom

include ../../scripts/project-intel.mk
6 changes: 3 additions & 3 deletions projects/adrv9009/s10soc/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
###############################################################################
## Copyright (C) 2018-2023 Analog Devices, Inc.
####################################################################################
## Copyright (c) 2018 - 2023 Analog Devices, Inc.
### SPDX short identifier: BSD-1-Clause
## Auto-generated, do not modify!
###############################################################################
####################################################################################

PROJECT_NAME := adrv9009_s10soc

Expand Down
2 changes: 2 additions & 0 deletions projects/common/s10soc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ PROJECT_NAME := template_s10soc
M_DEPS += ../../common/s10soc/s10soc_system_qsys.tcl
M_DEPS += ../../common/s10soc/s10soc_system_assign.tcl

LIB_DEPS += axi_sysid
LIB_DEPS += sysid_rom

include ../../scripts/project-intel.mk

0 comments on commit d890e33

Please sign in to comment.