diff options
author | Josh Blum <josh@joshknows.com> | 2012-04-25 18:08:37 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-04-25 18:08:37 -0700 |
commit | 5e9cac116e27799a9b32d79c8acc5e865ac4d6ce (patch) | |
tree | f195c24c28a76cec0d583f39296894f07ac93779 /fpga/usrp2/gpif/Makefile.srcs | |
parent | f032371736a3a84b3a814ad38081b12edaea448f (diff) | |
parent | cb313ea980ea1078735b6e009bc3e69d1ae0dbf6 (diff) | |
download | uhd-5e9cac116e27799a9b32d79c8acc5e865ac4d6ce.tar.gz uhd-5e9cac116e27799a9b32d79c8acc5e865ac4d6ce.tar.bz2 uhd-5e9cac116e27799a9b32d79c8acc5e865ac4d6ce.zip |
Merge branch 'fpga_master'
Diffstat (limited to 'fpga/usrp2/gpif/Makefile.srcs')
-rw-r--r-- | fpga/usrp2/gpif/Makefile.srcs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/fpga/usrp2/gpif/Makefile.srcs b/fpga/usrp2/gpif/Makefile.srcs index 06cde8afa..524e3660d 100644 --- a/fpga/usrp2/gpif/Makefile.srcs +++ b/fpga/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 \ )) |