aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-08-03 06:01:58 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-08-27 03:58:33 -0400
commit18e635f4b3e1e1b43cb239321f6120918ba38d46 (patch)
tree5955bae430b853445e32a5d932c2710a82ea7a02 /drivers/net/Makefile
parentff5a3b509e4ec96a2a4c57052a2d96e855778a24 (diff)
plip: Move the PLIP driver
Move the Parallel Line Internet Protocol (PLIP) driver into drivers/net/plip/ and make the necessary Kconfig and Makefile changes. CC: Niibe Yutaka <gniibe@mri.co.jp> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Acked-by: Alan Cox <alan@linux.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 f64d02ce1ed9..52dae95d4ea6 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -12,7 +12,6 @@ obj-$(CONFIG_VMXNET3) += vmxnet3/
12# 12#
13# link order important here 13# link order important here
14# 14#
15obj-$(CONFIG_PLIP) += plip.o
16obj-$(CONFIG_RIONET) += rionet.o 15obj-$(CONFIG_RIONET) += rionet.o
17 16
18# 17#
@@ -39,6 +38,7 @@ obj-$(CONFIG_DEV_APPLETALK) += appletalk/
39obj-$(CONFIG_ETHERNET) += ethernet/ 38obj-$(CONFIG_ETHERNET) += ethernet/
40obj-$(CONFIG_FDDI) += fddi/ 39obj-$(CONFIG_FDDI) += fddi/
41obj-$(CONFIG_HIPPI) += hippi/ 40obj-$(CONFIG_HIPPI) += hippi/
41obj-$(CONFIG_PLIP) += plip/
42onj-$(CONFIG_PPP) += ppp/ 42onj-$(CONFIG_PPP) += ppp/
43obj-$(CONFIG_PPP_ASYNC) += ppp/ 43obj-$(CONFIG_PPP_ASYNC) += ppp/
44obj-$(CONFIG_PPP_BSDCOMP) += ppp/ 44obj-$(CONFIG_PPP_BSDCOMP) += ppp/