diff options
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 12 |
1 files changed, 12 insertions, 0 deletions
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 |