forked from Minki/linux
c51de7f397
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>
3 lines
83 B
Makefile
3 lines
83 B
Makefile
obj-$(CONFIG_BCMGENET) += genet.o
|
|
genet-objs := bcmgenet.o bcmmii.o bcmgenet_wol.o
|