blob: b7e672baf7a97eae73016064c06679a1aa9e17c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#
# Copyright 2010 Ettus Research LLC
#
########################################################################
## Makefile variables for the top level component: the uhd
########################################################################
USRP_UHD_INCLUDES = \
-I$(top_srcdir)/usrp_uhd/include
USRP_UHD_LA = \
$(top_srcdir)/usrp_uhd/lib/libusrp_uhd.la
########################################################################
## Makefile variables for the usrp dboard component
########################################################################
USRP_DBOARD_INCLUDES = \
-I$(top_srcdir)/usrp_dboard/include
USRP_DBOARD_LA = \
$(top_srcdir)/usrp_dboard/lib/libusrp_dboard.la
|