From 4e94574aeaa46c671bba0a6fc83cb967d228c880 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 8 Jan 2010 19:11:58 -0800 Subject: Created subcomponent for usrp dboards. Only populated the interface though. --- Makefile.common | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 9b81eb842..b7e672baf 100644 --- a/Makefile.common +++ b/Makefile.common @@ -2,8 +2,20 @@ # Copyright 2010 Ettus Research LLC # +######################################################################## +## Makefile variables for the top level component: the uhd +######################################################################## USRP_UHD_INCLUDES = \ -I$(top_srcdir)/usrp_uhd/include USRP_UHD_LA = \ $(top_srcdir)/usrp_uhd/lib/libusrp_uhd.la + +######################################################################## +## Makefile variables for the usrp dboard component +######################################################################## +USRP_DBOARD_INCLUDES = \ + -I$(top_srcdir)/usrp_dboard/include + +USRP_DBOARD_LA = \ + $(top_srcdir)/usrp_dboard/lib/libusrp_dboard.la -- cgit v1.2.3