/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
- # SPDX-License-Identifier: GPL-2.0
- #
- # Makefile for the Atmel network device drivers.
- #
- macb-y := macb_main.o
- ifeq ($(CONFIG_MACB_USE_HWSTAMP),y)
- macb-y += macb_ptp.o
- endif
- obj-$(CONFIG_MACB) += macb.o
- obj-$(CONFIG_MACB_PCI) += macb_pci.o