diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-05-16 00:46:41 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-11 19:28:56 -0400 |
commit | ef7f54297df683665145859501f63c801f6c7ea8 (patch) | |
tree | b41a8cc3d8b786984859e0ba483ddbe796314ff7 /drivers/net/ethernet/tehuti/Makefile | |
parent | ded19addf9c937d83b9bfb4d73a836732569041b (diff) |
tehuti: Move the Tehuti driver
Move the Tehuti driver into drivers/net/ethernet/tehuti/ and
make the necessary Kconfig and Makefile changes.
CC: Alexander Indenbaum <baum@tehutinetworks.net>
CC: Andy Gospodarek <andy@greyhouse.net>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'drivers/net/ethernet/tehuti/Makefile')
-rw-r--r-- | drivers/net/ethernet/tehuti/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/ethernet/tehuti/Makefile b/drivers/net/ethernet/tehuti/Makefile new file mode 100644 index 000000000000..f995421ddbc8 --- /dev/null +++ b/drivers/net/ethernet/tehuti/Makefile | |||
@@ -0,0 +1,5 @@ | |||
1 | # | ||
2 | # Makefile for the Tehuti network device drivers. | ||
3 | # | ||
4 | |||
5 | obj-$(CONFIG_TEHUTI) += tehuti.o | ||