diff options
author | Josh Blum <josh@joshknows.com> | 2010-01-08 18:16:56 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-01-08 18:16:56 -0800 |
commit | 751c2a853fba89373acae9f27e49da3d45a42ea4 (patch) | |
tree | 488f68810c7730100f0c25d1307680b46053a622 /Makefile.common | |
parent | 67a502ec0fb92b14db5eedf2cff36caacbb0efbf (diff) | |
download | uhd-751c2a853fba89373acae9f27e49da3d45a42ea4.tar.gz uhd-751c2a853fba89373acae9f27e49da3d45a42ea4.tar.bz2 uhd-751c2a853fba89373acae9f27e49da3d45a42ea4.zip |
Added stuff for usrp addresses, wax framework, build structure.
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common index a95841267..9b81eb842 100644 --- a/Makefile.common +++ b/Makefile.common @@ -2,3 +2,8 @@ # Copyright 2010 Ettus Research LLC # +USRP_UHD_INCLUDES = \ + -I$(top_srcdir)/usrp_uhd/include + +USRP_UHD_LA = \ + $(top_srcdir)/usrp_uhd/lib/libusrp_uhd.la |