diff options
Diffstat (limited to 'fpga/usrp3/lib/control_200/Makefile.srcs')
-rw-r--r-- | fpga/usrp3/lib/control_200/Makefile.srcs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/fpga/usrp3/lib/control_200/Makefile.srcs b/fpga/usrp3/lib/control_200/Makefile.srcs new file mode 100644 index 000000000..b4ab98f9d --- /dev/null +++ b/fpga/usrp3/lib/control_200/Makefile.srcs @@ -0,0 +1,14 @@ +# +# Copyright 2013 Ettus Research LLC +# Copyright 2016 Ettus Research, a National Instruments Company +# +# SPDX-License-Identifier: LGPL-3.0-or-later +# + +################################################## +# Control Lib Sources (2xx devices) +################################################## +CONTROL_LIB_200_SRCS = $(abspath $(addprefix $(BASE_DIR)/../lib/control_200/, \ +cvita_uart.v \ +radio_ctrl_proc.v \ +)) |