diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-06-16 15:02:54 -0700 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-12 12:37:35 -0700 |
commit | 7443713a31f284365454493a9adbaea02bcc4344 (patch) | |
tree | 58e4ec1abf2b85a3cb54efe71350ca4f193c2eac /drivers/net/ethernet/icplus/Makefile | |
parent | b13ad8f498793dc582b7f42f27b8f44490bd608d (diff) | |
download | linux-3.10-7443713a31f284365454493a9adbaea02bcc4344.tar.gz linux-3.10-7443713a31f284365454493a9adbaea02bcc4344.tar.bz2 linux-3.10-7443713a31f284365454493a9adbaea02bcc4344.zip |
ipg: Move the IC Plus driver
Move the IC Plus driver into drivers/net/ethernet/icplus/ and
make the necessary Kconfig and Makefile changes.
CC: <craig_rich@sundanceti.com>
CC: <sorbica@icplus.com.tw>
CC: <jesse@icplus.com.tw>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/icplus/Makefile')
-rw-r--r-- | drivers/net/ethernet/icplus/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/ethernet/icplus/Makefile b/drivers/net/ethernet/icplus/Makefile new file mode 100644 index 00000000000..5bc87c1f36a --- /dev/null +++ b/drivers/net/ethernet/icplus/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for the IC Plus device drivers +# + +obj-$(CONFIG_IP1000) += ipg.o |