diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-02 07:48:13 +0200 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-27 09:58:30 +0200 |
commit | ff5a3b509e4ec96a2a4c57052a2d96e855778a24 (patch) | |
tree | cf7b81e65c03ab1cbadd949742aed7146cb80dd0 /drivers/net/hippi/Makefile | |
parent | ppp: Move the PPP drivers (diff) | |
download | linux-ff5a3b509e4ec96a2a4c57052a2d96e855778a24.tar.xz linux-ff5a3b509e4ec96a2a4c57052a2d96e855778a24.zip |
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/hippi/Makefile')
-rw-r--r-- | drivers/net/hippi/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/hippi/Makefile b/drivers/net/hippi/Makefile new file mode 100644 index 000000000000..b95d629baee5 --- /dev/null +++ b/drivers/net/hippi/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for the HIPPI network device drivers. +# + +obj-$(CONFIG_ROADRUNNER) += rrunner.o |