brintos

brintos / linux-shallow public Read only

0
0
Text · 241 B · 1f33cdc Raw
13 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for the Atmel network device drivers.4#5macb-y	:= macb_main.o6 7ifeq ($(CONFIG_MACB_USE_HWSTAMP),y)8macb-y	+= macb_ptp.o9endif10 11obj-$(CONFIG_MACB) += macb.o12obj-$(CONFIG_MACB_PCI) += macb_pci.o13