linux-surface/kernel/drivers/net/ethernet/cadence/Makefile

13 lines
241 B
Makefile
Raw Normal View History

2017-11-06 02:38:20 +00:00
# SPDX-License-Identifier: GPL-2.0
2017-08-10 13:25:24 +00:00
#
# Makefile for the Atmel network device drivers.
#
2017-09-05 02:31:27 +00:00
macb-y := macb_main.o
ifeq ($(CONFIG_MACB_USE_HWSTAMP),y)
macb-y += macb_ptp.o
endif
2017-08-10 13:25:24 +00:00
obj-$(CONFIG_MACB) += macb.o
obj-$(CONFIG_MACB_PCI) += macb_pci.o