mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-25 02:46:53 +00:00
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
|