diff options
Diffstat (limited to 'fpga/usrp2/gpif/Makefile.srcs')
-rw-r--r-- | fpga/usrp2/gpif/Makefile.srcs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/fpga/usrp2/gpif/Makefile.srcs b/fpga/usrp2/gpif/Makefile.srcs deleted file mode 100644 index 7909fb5ff..000000000 --- a/fpga/usrp2/gpif/Makefile.srcs +++ /dev/null @@ -1,13 +0,0 @@ -# -# Copyright 2010-2012 Ettus Research LLC -# - -################################################## -# SERDES Sources -################################################## -GPIF_SRCS = $(abspath $(addprefix $(BASE_DIR)/../gpif/, \ -packet_reframer.v \ -slave_fifo.v \ -fifo36_to_gpmc16.v \ -gpmc16_to_fifo36.v \ -)) |