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 /lib/usrp/Makefile.am | |
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 'lib/usrp/Makefile.am')
-rw-r--r-- | lib/usrp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/usrp/Makefile.am b/lib/usrp/Makefile.am index 913f80a6d..ac06d5b5b 100644 --- a/lib/usrp/Makefile.am +++ b/lib/usrp/Makefile.am @@ -4,4 +4,4 @@ include $(top_srcdir)/Makefile.common -SUBDIRS = mboard dboard +SUBDIRS = dboard mboard |