diff options
author | Matt Ettus <matt@ettus.com> | 2011-03-15 14:35:42 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2011-03-16 12:26:38 -0700 |
commit | a3caf028dcc498216ee8007382a83b83554a3cf9 (patch) | |
tree | 8989129e40f44c8bf3da513676378ca6060a9a41 /usrp2/simple_gemac/Makefile.srcs | |
parent | 2b4f49ea92999ab234204a7fad79e4cf7148a977 (diff) | |
download | uhd-a3caf028dcc498216ee8007382a83b83554a3cf9.tar.gz uhd-a3caf028dcc498216ee8007382a83b83554a3cf9.tar.bz2 uhd-a3caf028dcc498216ee8007382a83b83554a3cf9.zip |
moved the eth realignment stuff into the simple_gemac
Diffstat (limited to 'usrp2/simple_gemac/Makefile.srcs')
-rw-r--r-- | usrp2/simple_gemac/Makefile.srcs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usrp2/simple_gemac/Makefile.srcs b/usrp2/simple_gemac/Makefile.srcs index b82e64208..7bcc58c91 100644 --- a/usrp2/simple_gemac/Makefile.srcs +++ b/usrp2/simple_gemac/Makefile.srcs @@ -24,4 +24,6 @@ miim/eth_miim.v \ miim/eth_clockgen.v \ miim/eth_outputcontrol.v \ miim/eth_shiftreg.v \ +ethtx_realign.v \ +ethrx_realign.v \ )) |