aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-07-24 02:26:01 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-08-12 15:38:34 -0400
commit58565a35eab01eb5fba928af23d31a636d03a056 (patch)
treedda6047a09182bc4ac866a82e2303501496ff6a9 /drivers/net/Makefile
parent9f2f381f813858755f5b6ef7af316feda0726ef3 (diff)
r6040: Move the RDC driver
Move the RDC driver into drivers/net/ethernet/rdc/ and make the necessary Kconfig and Makefile changes. CC: Florian Fainelli <florian@openwrt.org> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r--drivers/net/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index d7873bad9ddd..051439fc433a 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -16,7 +16,6 @@ obj-$(CONFIG_PLIP) += plip.o
16 16
17obj-$(CONFIG_ROADRUNNER) += rrunner.o 17obj-$(CONFIG_ROADRUNNER) += rrunner.o
18 18
19obj-$(CONFIG_R6040) += r6040.o
20obj-$(CONFIG_FEALNX) += fealnx.o 19obj-$(CONFIG_FEALNX) += fealnx.o
21obj-$(CONFIG_SKFP) += skfp/ 20obj-$(CONFIG_SKFP) += skfp/
22obj-$(CONFIG_ADAPTEC_STARFIRE) += starfire.o 21obj-$(CONFIG_ADAPTEC_STARFIRE) += starfire.o