/drivers/net/ethernet/cadence/Makefile

http://github.com/mirrors/linux · Makefile · 12 lines · 6 code · 2 blank · 4 comment · 0 complexity · 1f17979aa03e064383d9d5c0644a6fd8 MD5 · raw file

  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Makefile for the Atmel network device drivers.
  4. #
  5. macb-y := macb_main.o
  6. ifeq ($(CONFIG_MACB_USE_HWSTAMP),y)
  7. macb-y += macb_ptp.o
  8. endif
  9. obj-$(CONFIG_MACB) += macb.o
  10. obj-$(CONFIG_MACB_PCI) += macb_pci.o