summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@redhat.com>2003-01-03 06:11:56 -0500
committerJeff Garzik <jgarzik@redhat.com>2003-01-03 06:11:56 -0500
commit2bf2d02423b2f1d60e2f4056928885ec85ad4ced (patch)
tree76f97a13c949167dbc12290f4adc71f042e518b9 /drivers
parentaaca8bcc20ff1af9ff4ee9d8362fd3871cf50b79 (diff)
[netdrvr amd8111e] add to drivers/net/Makefile.lib too, as it uses crc32
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/Makefile.lib1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Makefile.lib b/drivers/net/Makefile.lib
index f5caa5c8be65..e234cba81875 100644
--- a/drivers/net/Makefile.lib
+++ b/drivers/net/Makefile.lib
@@ -37,6 +37,7 @@ obj-$(CONFIG_VIA_RHINE) += crc32.o
obj-$(CONFIG_YELLOWFIN) += crc32.o
obj-$(CONFIG_WINBOND_840) += crc32.o
obj-$(CONFIG_R8169) += crc32.o
+obj-$(CONFIG_AMD8111_ETH) += crc32.o
# These rely on drivers/net/7990.o which requires crc32.o