diff options
author | Josh Blum <josh@joshknows.com> | 2010-01-12 16:59:03 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-01-12 16:59:03 -0800 |
commit | 8fdffd2f77016fe95f4a78e16d2d728b650b4d05 (patch) | |
tree | d3cd9a5e2be1f77c034943f9711c7ca83f711083 /lib/usrp/dboard/Makefile.am | |
parent | 087b97e0fc28793ea39d81e60b3fddae51c5929e (diff) | |
download | uhd-8fdffd2f77016fe95f4a78e16d2d728b650b4d05.tar.gz uhd-8fdffd2f77016fe95f4a78e16d2d728b650b4d05.tar.bz2 uhd-8fdffd2f77016fe95f4a78e16d2d728b650b4d05.zip |
Added base classes for the usrp dboards to inherit.
Added a manager class for the subdevs that will create devices,
and give out proxies to handle them.
Diffstat (limited to 'lib/usrp/dboard/Makefile.am')
-rw-r--r-- | lib/usrp/dboard/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/usrp/dboard/Makefile.am b/lib/usrp/dboard/Makefile.am index 8d77dcc42..7bbf4e4f8 100644 --- a/lib/usrp/dboard/Makefile.am +++ b/lib/usrp/dboard/Makefile.am @@ -11,7 +11,9 @@ AM_CPPFLAGS = $(GENERAL_CPPFLAGS) noinst_LTLIBRARIES = lib.la lib_la_SOURCES = \ - interface.cpp + base.cpp \ + interface.cpp \ + manager.cpp lib_la_LIBADD = $(GENERAL_LDDFLAGS) |