aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-08-02 01:48:13 -0400
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2011-08-27 03:58:30 -0400
commitff5a3b509e4ec96a2a4c57052a2d96e855778a24 (patch)
treecf7b81e65c03ab1cbadd949742aed7146cb80dd0 /drivers/net/Makefile
parent224cf5ad14c038b13c119dff29422f178a306f54 (diff)
hippi: Move the HIPPI driver
Move the HIPPI driver into drivers/net/hippi/ and make the necessary Kconfig and Makefile changes. CC: Jes Sorensen <jes@wildopensource.com> CC: Jes Sorensen <jes@trained-monkey.org> 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 a397f1e43ef1..f64d02ce1ed9 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -13,7 +13,6 @@ obj-$(CONFIG_VMXNET3) += vmxnet3/
13# link order important here 13# link order important here
14# 14#
15obj-$(CONFIG_PLIP) += plip.o 15obj-$(CONFIG_PLIP) += plip.o
16obj-$(CONFIG_ROADRUNNER) += rrunner.o
17obj-$(CONFIG_RIONET) += rionet.o 16obj-$(CONFIG_RIONET) += rionet.o
18 17
19# 18#
@@ -39,6 +38,7 @@ obj-$(CONFIG_VETH) += veth.o
39obj-$(CONFIG_DEV_APPLETALK) += appletalk/ 38obj-$(CONFIG_DEV_APPLETALK) += appletalk/
40obj-$(CONFIG_ETHERNET) += ethernet/ 39obj-$(CONFIG_ETHERNET) += ethernet/
41obj-$(CONFIG_FDDI) += fddi/ 40obj-$(CONFIG_FDDI) += fddi/
41obj-$(CONFIG_HIPPI) += hippi/
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/