diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-05-15 21:46:41 -0700 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-11 16:28:56 -0700 |
commit | ef7f54297df683665145859501f63c801f6c7ea8 (patch) | |
tree | b41a8cc3d8b786984859e0ba483ddbe796314ff7 /drivers/net/ethernet/tehuti/Makefile | |
parent | ded19addf9c937d83b9bfb4d73a836732569041b (diff) | |
download | blackbird-op-linux-ef7f54297df683665145859501f63c801f6c7ea8.tar.gz blackbird-op-linux-ef7f54297df683665145859501f63c801f6c7ea8.zip |
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 @@ +# +# Makefile for the Tehuti network device drivers. +# + +obj-$(CONFIG_TEHUTI) += tehuti.o |