## ##################################################################################
## ##################################################################################
## ----------------------------------------------------------------------------------
## ################
## ##   ###########   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:       AXI_ADRV9001 Interface Core
## ----------------------------------------------------------------------------------
## ##################################################################################
## ##################################################################################

.PHONY:all
all: lvds cmos


.PHONY: lvds
lvds:
	$(MAKE) -f sw.mk M_TARGET=lvds


.PHONY: cmos
cmos:
	$(MAKE) -f sw.mk M_TARGET=cmos


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

