diff options
author | Dustin McIntire <dustin@sensoria.com> | 2006-04-20 05:24:51 +0200 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-04-20 23:38:39 +0200 |
commit | 0a0c72c9118c4e63080eb409f0cfdf15808d23a4 (patch) | |
tree | 99bd8141839f4b26d853626b5eaf532ca8a38bde /drivers/net/Makefile | |
parent | [PATCH] au1000_eth.c probe code straightened up (diff) | |
download | linux-0a0c72c9118c4e63080eb409f0cfdf15808d23a4.tar.xz linux-0a0c72c9118c4e63080eb409f0cfdf15808d23a4.zip |
[PATCH] RE: [PATCH 1/1] net driver: Add support for SMSC LAN911x line of ethernet chips
>
> The patch was badly wordwrapped. Please fix and resend.
>
OK, I've fixed the wrapping and removed the CONFIG_ARM restriction. I've also did my
best to modify the C style to conform to the comments.
I noticed that the patch is getting ignored by majordomo due to its size >100K.
Should it be broken up somehow to allow posting to the lists?
Signed-off-by: Dustin McIntire <dustin@sensoria.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r-- | drivers/net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index b90468aea077..b01cc9a3cb10 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -193,6 +193,7 @@ obj-$(CONFIG_AMD8111_ETH) += amd8111e.o obj-$(CONFIG_IBMVETH) += ibmveth.o obj-$(CONFIG_S2IO) += s2io.o obj-$(CONFIG_SMC91X) += smc91x.o +obj-$(CONFIG_SMC911X) += smc911x.o obj-$(CONFIG_DM9000) += dm9000.o obj-$(CONFIG_FEC_8XX) += fec_8xx/ |