blob: 02a1294840ca7277650323c36f5a1c40c8521437 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# 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 \
wax.hpp
|