]> git.ipfire.org Git - thirdparty/kernel/linux.git/blame - drivers/net/ethernet/cadence/Makefile
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[thirdparty/kernel/linux.git] / drivers / net / ethernet / cadence / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
9f2f381f
JK
2#
3# Makefile for the Atmel network device drivers.
4#
b83f1527 5macb-y := macb_main.o
9f2f381f 6
ab91f0a9
RO
7ifeq ($(CONFIG_MACB_USE_HWSTAMP),y)
8macb-y += macb_ptp.o
9endif
10
9f2f381f 11obj-$(CONFIG_MACB) += macb.o
83a77e9e 12obj-$(CONFIG_MACB_PCI) += macb_pci.o