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 v2.6.24 12 lines 237 B view raw
1# 2# Makefile for the Motorola 8xx FEC ethernet controller 3# 4 5obj-$(CONFIG_FEC_8XX) += fec_8xx.o 6 7fec_8xx-objs := fec_main.o fec_mii.o 8 9# the platform instantatiation objects 10ifeq ($(CONFIG_NETTA),y) 11fec_8xx-objs += fec_8xx-netta.o 12endif