blob: 1f33cdca9a3c09824ba8a0707923fdd7f3eb2659 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Jeff Kirsher9f2f381f2011-06-18 01:52:36 -07002#
3# Makefile for the Atmel network device drivers.
4#
Rafal Ozieblob83f1522017-06-29 07:13:46 +01005macb-y := macb_main.o
Jeff Kirsher9f2f381f2011-06-18 01:52:36 -07006
Rafal Oziebloab91f0a2017-06-29 07:14:16 +01007ifeq ($(CONFIG_MACB_USE_HWSTAMP),y)
8macb-y += macb_ptp.o
9endif
10
Jeff Kirsher9f2f381f2011-06-18 01:52:36 -070011obj-$(CONFIG_MACB) += macb.o
Bartosz Folta83a77e92016-12-14 06:39:15 +000012obj-$(CONFIG_MACB_PCI) += macb_pci.o