diff options
author | Matt Ettus <matt@ettus.com> | 2011-07-27 20:55:24 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2011-07-28 09:18:33 -0700 |
commit | b57d39b957762a5ae2536b2255a8c16155b8dfac (patch) | |
tree | 49aebb6df4b35b46f31cdb892f23476430c5e3cc /usrp2/simple_gemac/Makefile.srcs | |
parent | 9c796fb47f37544f9ea10bb2b152a160b21ea278 (diff) | |
download | uhd-b57d39b957762a5ae2536b2255a8c16155b8dfac.tar.gz uhd-b57d39b957762a5ae2536b2255a8c16155b8dfac.tar.bz2 uhd-b57d39b957762a5ae2536b2255a8c16155b8dfac.zip |
simple_gemac: remove old 19-bit wide wrapper
Diffstat (limited to 'usrp2/simple_gemac/Makefile.srcs')
-rw-r--r-- | usrp2/simple_gemac/Makefile.srcs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usrp2/simple_gemac/Makefile.srcs b/usrp2/simple_gemac/Makefile.srcs index 7bcc58c91..4ba3852b0 100644 --- a/usrp2/simple_gemac/Makefile.srcs +++ b/usrp2/simple_gemac/Makefile.srcs @@ -7,7 +7,6 @@ ################################################## SIMPLE_GEMAC_SRCS = $(abspath $(addprefix $(BASE_DIR)/../simple_gemac/, \ simple_gemac_wrapper.v \ -simple_gemac_wrapper19.v \ simple_gemac.v \ simple_gemac_wb.v \ simple_gemac_tx.v \ |