diff options
Diffstat (limited to 'fpga/usrp3/lib/extramfifo/Makefile.srcs')
| -rw-r--r-- | fpga/usrp3/lib/extramfifo/Makefile.srcs | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/fpga/usrp3/lib/extramfifo/Makefile.srcs b/fpga/usrp3/lib/extramfifo/Makefile.srcs new file mode 100644 index 000000000..c0f5e1097 --- /dev/null +++ b/fpga/usrp3/lib/extramfifo/Makefile.srcs @@ -0,0 +1,17 @@ +# +# Copyright 2010 Ettus Research LLC +# Copyright 2015 Ettus Research, a National Instruments Company +# +# SPDX-License-Identifier: LGPL-3.0-or-later +# +# + +################################################## +# Extram Sources +################################################## +EXTRAM_SRCS = $(abspath $(addprefix $(BASE_DIR)/../lib/extramfifo/, \ +ext_fifo.v \ +nobl_if.v \ +nobl_fifo.v \ +refill_randomizer.v \ +)) |
