diff options
author | Josh Blum <josh@joshknows.com> | 2010-01-12 16:23:54 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-01-12 16:23:54 -0800 |
commit | 087b97e0fc28793ea39d81e60b3fddae51c5929e (patch) | |
tree | 7098f93d0a39ab50a0eea43356ac0857c584ee25 /Makefile.common | |
parent | cbb8e474bb5592753a340ba31d3afbab7226f7c6 (diff) | |
download | uhd-087b97e0fc28793ea39d81e60b3fddae51c5929e.tar.gz uhd-087b97e0fc28793ea39d81e60b3fddae51c5929e.tar.bz2 uhd-087b97e0fc28793ea39d81e60b3fddae51c5929e.zip |
added interface for usrp dboards to communicate to mboards
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common index 3b1464439..91958e393 100644 --- a/Makefile.common +++ b/Makefile.common @@ -4,6 +4,8 @@ USRP_UHD_LA = $(top_srcdir)/lib/libusrp_uhd.la +USRP_UHD_USRP_DBOARD_LA = $(top_srcdir)/lib/usrp/dboard/lib.la + GENERAL_CPPFLAGS = \ -I$(top_srcdir)/include \ $(BOOST_CPPFLAGS) |