diff options
| author | Josh Blum <josh@joshknows.com> | 2010-01-21 15:30:34 -0800 |
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2010-01-21 15:30:34 -0800 |
| commit | e3483c7451d20b7ed1d8d4865e15751f18cdef78 (patch) | |
| tree | f309a95a1b0ecd3dc3295ebc71ee5ad697c9f7a8 /lib/Makefile.am | |
| parent | 5b42b774d9ac1e74fb2916bf58085fe19ecb6720 (diff) | |
| download | uhd-e3483c7451d20b7ed1d8d4865e15751f18cdef78.tar.gz uhd-e3483c7451d20b7ed1d8d4865e15751f18cdef78.tar.bz2 uhd-e3483c7451d20b7ed1d8d4865e15751f18cdef78.zip | |
Added a usrp device abstration that creates usrp mboards.
Added a usrp mboard named test, its empty for now.
Diffstat (limited to 'lib/Makefile.am')
| -rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index a4b053b0a..69c242c6c 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -18,6 +18,6 @@ libusrp_uhd_la_SOURCES = \ libusrp_uhd_la_LIBADD = \ $(GENERAL_LDDFLAGS) \ - $(USRP_UHD_USRP_DBOARD_LA) + $(USRP_UHD_USRP_LA) noinst_HEADERS = |
