RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / drivers / net / fec_8xx / Makefile
blob70c54f8c48e5c4018758de746a0db073f56df861
2 # Makefile for the Motorola 8xx FEC ethernet controller
5 obj-$(CONFIG_FEC_8XX) += fec_8xx.o
7 fec_8xx-objs := fec_main.o fec_mii.o
9 # the platform instantatiation objects
10 ifeq ($(CONFIG_NETTA),y)
11 fec_8xx-objs += fec_8xx-netta.o
12 endif