diff options
author | Jie Yang <jie.yang@atheros.com> | 2009-02-18 17:24:15 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-02-18 17:24:15 -0800 |
commit | 43250ddd75a35d1f7926d989a10fefd30c37eaa7 (patch) | |
tree | ec184c27437fc303d90dbbeb9188f10dc17a09f7 /drivers/net/atl1c/Makefile | |
parent | 92a0acce186cde8ead56c6915d9479773673ea1a (diff) |
atl1c: Atheros L1C Gigabit Ethernet driver
Supporting AR8131, and AR8132.
Signed-off-by: Jie Yang <jie.yang@atheros.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/atl1c/Makefile')
-rw-r--r-- | drivers/net/atl1c/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/atl1c/Makefile b/drivers/net/atl1c/Makefile new file mode 100644 index 00000000000..c37d966952e --- /dev/null +++ b/drivers/net/atl1c/Makefile @@ -0,0 +1,2 @@ +obj-$(CONFIG_ATL1C) += atl1c.o +atl1c-objs := atl1c_main.o atl1c_hw.o atl1c_ethtool.o |