diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-02 01:48:13 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-27 03:58:30 -0400 |
commit | ff5a3b509e4ec96a2a4c57052a2d96e855778a24 (patch) | |
tree | cf7b81e65c03ab1cbadd949742aed7146cb80dd0 /drivers/net/Makefile | |
parent | 224cf5ad14c038b13c119dff29422f178a306f54 (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/Makefile | 2 |
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 | # |
15 | obj-$(CONFIG_PLIP) += plip.o | 15 | obj-$(CONFIG_PLIP) += plip.o |
16 | obj-$(CONFIG_ROADRUNNER) += rrunner.o | ||
17 | obj-$(CONFIG_RIONET) += rionet.o | 16 | obj-$(CONFIG_RIONET) += rionet.o |
18 | 17 | ||
19 | # | 18 | # |
@@ -39,6 +38,7 @@ obj-$(CONFIG_VETH) += veth.o | |||
39 | obj-$(CONFIG_DEV_APPLETALK) += appletalk/ | 38 | obj-$(CONFIG_DEV_APPLETALK) += appletalk/ |
40 | obj-$(CONFIG_ETHERNET) += ethernet/ | 39 | obj-$(CONFIG_ETHERNET) += ethernet/ |
41 | obj-$(CONFIG_FDDI) += fddi/ | 40 | obj-$(CONFIG_FDDI) += fddi/ |
41 | obj-$(CONFIG_HIPPI) += hippi/ | ||
42 | onj-$(CONFIG_PPP) += ppp/ | 42 | onj-$(CONFIG_PPP) += ppp/ |
43 | obj-$(CONFIG_PPP_ASYNC) += ppp/ | 43 | obj-$(CONFIG_PPP_ASYNC) += ppp/ |
44 | obj-$(CONFIG_PPP_BSDCOMP) += ppp/ | 44 | obj-$(CONFIG_PPP_BSDCOMP) += ppp/ |