Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.13 8 lines 219 B view raw
1# 2# Makefile for the ARC network device drivers. 3# 4 5arc_emac-objs := emac_main.o emac_mdio.o 6obj-$(CONFIG_ARC_EMAC_CORE) += arc_emac.o 7obj-$(CONFIG_ARC_EMAC) += emac_arc.o 8obj-$(CONFIG_EMAC_ROCKCHIP) += emac_rockchip.o