Makefile 256 B

12345678910111213141516
  1. #
  2. # Makefile for the Agere ET-131x ethernet driver
  3. #
  4. obj-$(CONFIG_ET131X) += et131x.o
  5. et131x-y := et1310_eeprom.o \
  6. et1310_mac.o \
  7. et1310_phy.o \
  8. et1310_pm.o \
  9. et1310_rx.o \
  10. et1310_tx.o \
  11. et131x_initpci.o \
  12. et131x_isr.o \
  13. et131x_netdev.o