This website requires JavaScript.
Explore
Help
Sign in
evie
/
android_kernel_oneplus_msm8998
Watch
1
Star
0
Fork
You've already forked android_kernel_oneplus_msm8998
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
b260362ab7
android_kernel_oneplus_msm8998
/
drivers
/
net
/
ethernet
/
broadcom
/
genet
/
Makefile
3 lines
83 B
Makefile
Raw
Normal View
History
Unescape
Escape
net: bcmgenet: hook into the build system This patch adds a new configuration symbol: CONFIG_BCMGENET which allows us to build the Broadcom GENET driver and hook the driver files into the build system. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2014-02-13 16:08:49 -08:00
obj-$(CONFIG_BCMGENET)
+=
genet.o
net: bcmgenet: add Wake-on-LAN support code Add all the required code to program the GENET hardware to enter Wake-on-LAN mode and wake using MagicPackets with or without SecureOn password. This code is hooked to the build system, but is not yet referenced from ethtool or the main bcmgenet driver. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2014-07-21 15:29:24 -07:00
genet-objs
:=
bcmgenet.o bcmmii.o bcmgenet_wol.o
Reference in a new issue
Copy permalink