aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-03-29 18:25:21 -0700
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-08-10 19:53:20 -0700
commitc1abc95b157fe4574919942018af143203ecca8e (patch)
tree8cf88016bb3ed7c11a387bd2a20a8c3ecbacbc5c /drivers/net/Makefile
parentMerge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net (diff)
downloadlinux-dev-c1abc95b157fe4574919942018af143203ecca8e.tar.xz
linux-dev-c1abc95b157fe4574919942018af143203ecca8e.zip
drivers/net/ethernet: Add ethernet dir and config option
This is the initial patch to organize the drivers/net directory structure and networking device driver config options. This patch does the following: - add drivers/net/ethernet/Kconfig - integrate the new files into the existing config Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r--drivers/net/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index e1eca2ab505e..670b5141f0d7 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -1,5 +1,5 @@
#
-# Makefile for the Linux network (ethercard) device drivers.
+# Makefile for the Linux network device drivers.
#
obj-$(CONFIG_MII) += mii.o