diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-03 12:01:58 +0200 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-27 09:58:33 +0200 |
commit | 18e635f4b3e1e1b43cb239321f6120918ba38d46 (patch) | |
tree | 5955bae430b853445e32a5d932c2710a82ea7a02 /drivers/net/plip/Makefile | |
parent | hippi: Move the HIPPI driver (diff) | |
download | linux-18e635f4b3e1e1b43cb239321f6120918ba38d46.tar.xz linux-18e635f4b3e1e1b43cb239321f6120918ba38d46.zip |
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/plip/Makefile')
-rw-r--r-- | drivers/net/plip/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/plip/Makefile b/drivers/net/plip/Makefile new file mode 100644 index 000000000000..ed958796dc64 --- /dev/null +++ b/drivers/net/plip/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for the PLIP network device drivers. +# + +obj-$(CONFIG_PLIP) += plip.o |