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

Configure Feed

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

at 4dfd459b738cf1f65b3eac4e0a9b19bc93cc91c6 14 lines 370 B view raw
1# 2# Makefile for the Freescale Ethernet controllers 3# 4 5obj-$(CONFIG_FS_ENET) += fs_enet.o 6 7fs_enet-$(CONFIG_FS_ENET_HAS_SCC) += mac-scc.o 8fs_enet-$(CONFIG_FS_ENET_HAS_FEC) += mac-fec.o 9fs_enet-$(CONFIG_FS_ENET_HAS_FCC) += mac-fcc.o 10 11obj-$(CONFIG_FS_ENET_MDIO_FEC) += mii-fec.o 12obj-$(CONFIG_FS_ENET_MDIO_FCC) += mii-bitbang.o 13 14fs_enet-objs := fs_enet-main.o $(fs_enet-m)