This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
linux
mirror of
https://gitee.com/openkylin/linux.git
Watch
9
Star
0
Fork
You've already forked linux
0
Code
Issues
Projects
Releases
Wiki
Activity
7d84e37e11
linux
/
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-14 08: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-22 06:29:24 +08:00
genet-objs
:=
bcmgenet.o bcmmii.o bcmgenet_wol.o