blob: 0a19bfe5642df5d7f38d8a322a6f2d316a2d06d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#
# 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 \
gain_handler.hpp \
props.hpp \
utils.hpp \
wax.hpp
|