bdaa53bde5
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>
3 lines
68 B
Makefile
3 lines
68 B
Makefile
obj-$(CONFIG_BCMGENET) += genet.o
|
|
genet-objs := bcmgenet.o bcmmii.o
|