blob: 9d12f2097236949fe04587960bf8ba4a2f0e8f4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# Copyright 2010 Ettus Research LLC
#
include $(top_srcdir)/Makefile.common
SUBDIRS = usrp quadradio
this_includedir = $(includedir)/usrp_uhd
this_include_HEADERS = \
device_addr.hpp \
wax.hpp
|