projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm
[linux-2.6]
/
drivers
/
net
/
fec_8xx
/
Makefile
1
#
2
# Makefile for the Motorola 8xx FEC ethernet controller
3
#
4
5
obj-$(CONFIG_FEC_8XX) += fec_8xx.o
6
7
fec_8xx-objs := fec_main.o fec_mii.o
8
9
# the platform instantatiation objects
10
ifeq ($(CONFIG_NETTA),y)
11
fec_8xx-objs += fec_8xx-netta.o
12
endif