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