projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
fbdev/drm: fix Kconfig submenu mess in "Graphics support"
[linux-2.6]
/
drivers
/
staging
/
et131x
/
Makefile
1
#
2
# Makefile for the Agere ET-131x ethernet driver
3
#
4
5
obj-$(CONFIG_ET131X) += et131x.o
6
7
et131x-objs := et1310_eeprom.o \
8
et1310_jagcore.o \
9
et1310_mac.o \
10
et1310_phy.o \
11
et1310_pm.o \
12
et1310_rx.o \
13
et1310_tx.o \
14
et131x_config.o \
15
et131x_debug.o \
16
et131x_initpci.o \
17
et131x_isr.o \
18
et131x_netdev.o