This website requires JavaScript.
Explore
Help
Sign In
Kernel
/
linux-next
Watch
1
Star
0
Fork
0
You've already forked linux-next
mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced
2025-01-10 07:50:04 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
linux-next
/
drivers
/
staging
/
Makefile
4 lines
67 B
Makefile
Raw
Normal View
History
Unescape
Escape
Staging: add Kconfig entries and Makefile infrastructure This hooks up the drivers/staging directory to the build system Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-09-24 14:46:44 -07:00
# Makefile for staging directory
Staging: add et131x network driver This is a driver for the ET1310 network device. Based on the driver found at https://sourceforge.net/projects/et131x/ Cleaned up immensely by Olaf Hartman <o.hartmann@telovital.com> and Christoph Hellwig <hch@infradead.org> Note, the powermanagement options were removed from the vendor provided driver as they did not build properly at the time. TODO: - kernel coding style cleanups - forward port for latest network driver changes - kill useless typecasts (e.g. in et1310_phy.c) - alloc_etherdev is initializing memory with zero?!? - add_timer call in et131x_netdev.c is correct? - Add power saving functionality (suspend, sleep, resume) - Implement a few more kernel Parameter (set mac ) Cc: Olaf Hartmann <o.hartmann@telovital.com> Cc: Christoph Hellwig <hch@infradead.org> Cc: Dean Adams <dadams1969@gmail.com> Cc: Victor Soriano <vjsoriano@agere.com> Cc: Andre-Sebastian Liebe <andre@lianse.eu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2008-04-03 17:30:53 -07:00
obj-$(CONFIG_ET131X)
+=
et131x/
Reference in New Issue
Copy Permalink