diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-09 08:00:55 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-09 08:00:55 -0800 |
commit | b37df85960a34dd96d0a4695c650f7972ef56c30 (patch) | |
tree | 6b096e3c01bbfd4bac062f3e013e9a43de1a8f4e /drivers/net/atl1/Makefile | |
parent | 5986a2ec35836a878350c54af4bd91b1de6abc59 (diff) | |
parent | 2cb4abd12bab7efd22a8b69d3b9a739500e8fee5 (diff) |
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
* 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6:
MAINTAINERS: update DMFE and wireless drivers mailing list
ucc_geth: Add support to local-mac-address property
ucc_geth: Remove obsolete workaround of link speed change
cxgb3: sysfs attributes in -mm tree
Add Attansic L1 ethernet driver.
Diffstat (limited to 'drivers/net/atl1/Makefile')
-rw-r--r-- | drivers/net/atl1/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/atl1/Makefile b/drivers/net/atl1/Makefile new file mode 100644 index 00000000000..a6b707e4e69 --- /dev/null +++ b/drivers/net/atl1/Makefile @@ -0,0 +1,2 @@ +obj-$(CONFIG_ATL1) += atl1.o +atl1-y += atl1_main.o atl1_hw.o atl1_ethtool.o atl1_param.o |