Linux Audio

Check our new training course

Loading...
v6.8
 1# SPDX-License-Identifier: GPL-2.0
 2#
 3# Makefile for the Atmel network device drivers.
 4#
 5macb-y	:= macb_main.o
 6
 7ifeq ($(CONFIG_MACB_USE_HWSTAMP),y)
 8macb-y	+= macb_ptp.o
 9endif
10
11obj-$(CONFIG_MACB) += macb.o
12obj-$(CONFIG_MACB_PCI) += macb_pci.o
v6.2
 1# SPDX-License-Identifier: GPL-2.0
 2#
 3# Makefile for the Atmel network device drivers.
 4#
 5macb-y	:= macb_main.o
 6
 7ifeq ($(CONFIG_MACB_USE_HWSTAMP),y)
 8macb-y	+= macb_ptp.o
 9endif
10
11obj-$(CONFIG_MACB) += macb.o
12obj-$(CONFIG_MACB_PCI) += macb_pci.o