diff options
author | Josh Blum <josh@joshknows.com> | 2012-04-24 18:00:11 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-04-24 18:00:11 -0700 |
commit | 600258c2ab0ad6284e9f6287ac340c1692984be6 (patch) | |
tree | feb538997929e1478de93071c0f486fb0f6bc353 /usrp2/gpif/Makefile.srcs | |
parent | 00f515da98ccd2b123e15d7e724a9d91ad5c46d9 (diff) | |
download | uhd-600258c2ab0ad6284e9f6287ac340c1692984be6.tar.gz uhd-600258c2ab0ad6284e9f6287ac340c1692984be6.tar.bz2 uhd-600258c2ab0ad6284e9f6287ac340c1692984be6.zip |
gpif: removed unused gpif related files
Diffstat (limited to 'usrp2/gpif/Makefile.srcs')
-rw-r--r-- | usrp2/gpif/Makefile.srcs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usrp2/gpif/Makefile.srcs b/usrp2/gpif/Makefile.srcs index 06cde8afa..524e3660d 100644 --- a/usrp2/gpif/Makefile.srcs +++ b/usrp2/gpif/Makefile.srcs @@ -1,15 +1,11 @@ # -# Copyright 2010 Ettus Research LLC +# Copyright 2010-2012 Ettus Research LLC # ################################################## # SERDES Sources ################################################## GPIF_SRCS = $(abspath $(addprefix $(BASE_DIR)/../gpif/, \ -gpif.v \ -gpif_wr.v \ -gpif_rd.v \ packet_reframer.v \ -packet_splitter.v \ slave_fifo.v \ )) |