summaryrefslogtreecommitdiffstats
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
authorRenaud Barbier <renaud.barbier@ge.com>2012-08-07 15:30:56 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-08-10 21:15:36 +0200
commitcaf788ae5a6e54c753db9a29c941c13b123d6d96 (patch)
tree2878706784b648b7bdd7a774e00f03dbc5229aa6 /drivers/net/Makefile
parentfdf4a8c67204361ee39a1d8ebc56c78dd303e322 (diff)
downloadbarebox-caf788ae5a6e54c753db9a29c941c13b123d6d96.tar.gz
barebox-caf788ae5a6e54c753db9a29c941c13b123d6d96.tar.xz
net: GIANFAR driver
This update adds the GIANFAR driver along with the configuration and build files. Signed-off-by: Renaud Barbier <renaud.barbier@ge.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r--drivers/net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index 29727b7d5b..4d960e856f 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -14,3 +14,4 @@ obj-$(CONFIG_NET_USB) += usb/
obj-$(CONFIG_DRIVER_NET_TSE) += altera_tse.o
obj-$(CONFIG_DRIVER_NET_KS8851_MLL) += ks8851_mll.o
obj-$(CONFIG_DRIVER_NET_DESIGNWARE) += designware.o
+obj-$(CONFIG_DRIVER_NET_GIANFAR) += gianfar.o