diff options
author | Josh Blum <josh@joshknows.com> | 2010-03-10 19:33:38 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-03-10 19:33:38 -0800 |
commit | 9c0fb5e15da3c8ccbc1c8537671703411b210fcf (patch) | |
tree | f6a516c76b2db84903a2e2e44b30af7a49997cb1 /host/lib/CMakeLists.txt | |
parent | 8e9a8464386db03a596e0b88d0714d22723d37d0 (diff) | |
download | uhd-9c0fb5e15da3c8ccbc1c8537671703411b210fcf.tar.gz uhd-9c0fb5e15da3c8ccbc1c8537671703411b210fcf.tar.bz2 uhd-9c0fb5e15da3c8ccbc1c8537671703411b210fcf.zip |
Filled in dboard code for basics and lf type boards.
The dboard is now just a uint16 (dont bother with the enums).
The dboard manager now registers subdevs with a name.
The basic board code uses a static block to register itself.
Diffstat (limited to 'host/lib/CMakeLists.txt')
-rw-r--r-- | host/lib/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/CMakeLists.txt b/host/lib/CMakeLists.txt index b141d67bb..1d2c5471b 100644 --- a/host/lib/CMakeLists.txt +++ b/host/lib/CMakeLists.txt @@ -30,7 +30,6 @@ SET(libuhd_sources transport/vrt.cpp usrp/dboard/basic.cpp usrp/dboard_base.cpp - usrp/dboard_id.cpp usrp/dboard_interface.cpp usrp/dboard_manager.cpp usrp/usrp2/dboard_impl.cpp |