/drivers/staging/et131x/Makefile
Makefile | 15 lines | 10 code | 2 blank | 3 comment | 0 complexity | f7067add0bafdfde3a118b7b2f6c2527 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
1#
2# Makefile for the Agere ET-131x ethernet driver
3#
4
5obj-$(CONFIG_ET131X) += et131x.o
6
7et131x-y := et1310_eeprom.o \
8 et1310_mac.o \
9 et1310_phy.o \
10 et1310_pm.o \
11 et1310_rx.o \
12 et1310_tx.o \
13 et131x_initpci.o \
14 et131x_isr.o \
15 et131x_netdev.o