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