diff options
author | Matt Ettus <matt@ettus.com> | 2010-11-22 22:04:36 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-11-23 19:06:59 -0800 |
commit | a9390f66b72453adefa642919e5a56056bc28655 (patch) | |
tree | a791c02eadf4338573117894ddc8447ce3382dd9 /usrp2/simple_gemac/Makefile.srcs | |
parent | 05f7a0d5c5070203172683020ecde79c0f15fe28 (diff) | |
download | uhd-a9390f66b72453adefa642919e5a56056bc28655.tar.gz uhd-a9390f66b72453adefa642919e5a56056bc28655.tar.bz2 uhd-a9390f66b72453adefa642919e5a56056bc28655.zip |
allow any unicast packet through.
Diffstat (limited to 'usrp2/simple_gemac/Makefile.srcs')
-rw-r--r-- | usrp2/simple_gemac/Makefile.srcs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/simple_gemac/Makefile.srcs b/usrp2/simple_gemac/Makefile.srcs index 6480cd5a4..b82e64208 100644 --- a/usrp2/simple_gemac/Makefile.srcs +++ b/usrp2/simple_gemac/Makefile.srcs @@ -17,6 +17,7 @@ delay_line.v \ flow_ctrl_tx.v \ flow_ctrl_rx.v \ address_filter.v \ +address_filter_promisc.v \ ll8_to_txmac.v \ rxmac_to_ll8.v \ miim/eth_miim.v \ |