diff options
author | Dustin McIntire <dustin@sensoria.com> | 2006-04-19 20:24:51 -0700 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-04-20 17:38:39 -0400 |
commit | 0a0c72c9118c4e63080eb409f0cfdf15808d23a4 (patch) | |
tree | 99bd8141839f4b26d853626b5eaf532ca8a38bde /drivers/net/Makefile | |
parent | 89be0501a013737d562f56ce1c5a2ff075995b11 (diff) | |
download | linux-3.10-0a0c72c9118c4e63080eb409f0cfdf15808d23a4.tar.gz linux-3.10-0a0c72c9118c4e63080eb409f0cfdf15808d23a4.tar.bz2 linux-3.10-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 b90468aea07..b01cc9a3cb1 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/ |