diff options
author | Josh Blum <josh@joshknows.com> | 2010-01-12 14:43:43 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-01-12 14:43:43 -0800 |
commit | cbb8e474bb5592753a340ba31d3afbab7226f7c6 (patch) | |
tree | 6dd14d37d8d46f3a506a309f57d82ed1ed05f781 /usrp_dboard/lib/Makefile.am | |
parent | 4e94574aeaa46c671bba0a6fc83cb967d228c880 (diff) | |
download | uhd-cbb8e474bb5592753a340ba31d3afbab7226f7c6.tar.gz uhd-cbb8e474bb5592753a340ba31d3afbab7226f7c6.tar.bz2 uhd-cbb8e474bb5592753a340ba31d3afbab7226f7c6.zip |
Reorganized structure into include, lib, test, firmware, fpga.
The fpga and firmware are empty placeholders for now.
Diffstat (limited to 'usrp_dboard/lib/Makefile.am')
-rw-r--r-- | usrp_dboard/lib/Makefile.am | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/usrp_dboard/lib/Makefile.am b/usrp_dboard/lib/Makefile.am deleted file mode 100644 index 69f2c8568..000000000 --- a/usrp_dboard/lib/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -# -# Copyright 2010 Ettus Research LLC -# - -include $(top_srcdir)/Makefile.common - -SUBDIRS = - -AM_CPPFLAGS = \ - $(USRP_DBOARD_INCLUDES) \ - $(BOOST_CPPFLAGS) - -noinst_LTLIBRARIES = \ - libusrp_dboard.la - -libusrp_dboard_la_SOURCES = \ - interface.cpp - -libusrp_dboard_la_LIBADD = \ - $(BOOST_LDFLAGS) \ - $(BOOST_THREAD_LIB) - -noinst_HEADERS = |