blob: 2ce268a4118702f22cc219c0cdff794961ab524c (
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 =
this_includedir = $(includedir)/usrp_uhd/usrp/dboard
this_include_HEADERS = \
base.hpp \
id.hpp \
interface.hpp \
manager.hpp
|