Makefile 616 B

123456789101112131415161718192021
  1. # This file is subject to the terms and conditions of the GNU General Public
  2. # License. See the file "COPYING" in the main directory of this archive
  3. # for more details.
  4. #
  5. # Copyright (C) 2005-2009 Cavium Networks
  6. #
  7. #
  8. # Makefile for Cavium OCTEON on-board ethernet driver
  9. #
  10. obj-${CONFIG_OCTEON_ETHERNET} := octeon-ethernet.o
  11. octeon-ethernet-y := ethernet.o
  12. octeon-ethernet-y += ethernet-mdio.o
  13. octeon-ethernet-y += ethernet-mem.o
  14. octeon-ethernet-y += ethernet-rgmii.o
  15. octeon-ethernet-y += ethernet-rx.o
  16. octeon-ethernet-y += ethernet-sgmii.o
  17. octeon-ethernet-y += ethernet-spi.o
  18. octeon-ethernet-y += ethernet-tx.o