commit | c5cacb3bf91b0841e5a721ca303658a407d5c34f | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Wed Apr 08 15:41:25 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 08 15:41:25 2009 -0700 |
tree | cc59a62f2556d5b9adb4c5ba3efc30ca07a5bae6 | |
parent | fd1cc4802482d13ba1dbc44b390c5a6b16411a03 [diff] |
ethoc: fix library build errors ethoc indirectly uses crc32_le() and bitrev32(), so select those library functions to be built. drivers/built-in.o: In function `ethoc_set_multicast_list': ethoc.c:(.text+0x6226f): undefined reference to `crc32_le' ethoc.c:(.text+0x62276): undefined reference to `bitrev32' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>