Add fs_enet ethernet network driver, for several embedded platforms.

This commit is contained in:
Pantelis Antoniou
2005-10-28 16:25:58 -04:00
committed by Jeff Garzik
parent d8840ac907
commit 48257c4f16
13 changed files with 4400 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#
# Makefile for the Freescale Ethernet controllers
#
obj-$(CONFIG_FS_ENET) += fs_enet.o
obj-$(CONFIG_8xx) += mac-fec.o mac-scc.o
obj-$(CONFIG_8260) += mac-fcc.o
fs_enet-objs := fs_enet-main.o fs_enet-mii.o mii-bitbang.o mii-fixed.o