diff options
Diffstat (limited to 'fpga/usrp3/lib/radio_200/Makefile.srcs')
-rw-r--r-- | fpga/usrp3/lib/radio_200/Makefile.srcs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fpga/usrp3/lib/radio_200/Makefile.srcs b/fpga/usrp3/lib/radio_200/Makefile.srcs new file mode 100644 index 000000000..04a28ad95 --- /dev/null +++ b/fpga/usrp3/lib/radio_200/Makefile.srcs @@ -0,0 +1,13 @@ +# +# Copyright 2014 Ettus Research LLC +# Copyright 2016 Ettus Research, a National Instruments Company +# +# SPDX-License-Identifier: LGPL-3.0-or-later +# + +################################################## +# radio library +################################################## +RADIO_200_SRCS = $(abspath $(addprefix $(BASE_DIR)/../lib/radio_200/, \ +./radio_legacy.v \ +)) |