diff options
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common new file mode 100644 index 000000000..9b81eb842 --- /dev/null +++ b/Makefile.common @@ -0,0 +1,9 @@ +# +# 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 |