## ##################################################################################
## ##################################################################################
## ----------------------------------------------------------------------------------
## ################
## ##   ###########   Analog Devices Inc.
## ##      ########
## ##         #####   Copyright (c) 2019 Analog Devices Inc. All rights reserved.
## ##            ##   This file is the confidential and proprietary property of ADI.
## ##         #####   Possession or use of this file requires a written license.
## ##      ########   The licensing information may be found at: www.analog.com
## ##   ###########
## ################
## ----------------------------------------------------------------------------------
## Author:            Rejeesh Kutty
## Description:       Projects Build
## ----------------------------------------------------------------------------------
## ##################################################################################
## ##################################################################################

PROJECTS := adrv9001_zc706
PROJECTS += adrv9001x2_zc706


.PHONY: all
all: $(PROJECTS)


.PHONY: adrv9001_zc706
adrv9001_zc706:
	$(MAKE) -C projects/adrv9001_zc706/hdl


.PHONY: adrv9001x2_zc706
adrv9001x2_zc706:
	$(MAKE) -C projects/adrv9001x2_zc706/hdl


## ##################################################################################
## ##################################################################################
