repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'fix/pcm-hwptr' into for-linus
[linux/fpc-iii.git]
/
drivers
/
staging
/
et131x
/
Makefile
blob
3ad571d8a6847b50a13bcece5b45fde2d279208d
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