]> Git Repo - J-linux.git/blob - drivers/net/ethernet/cadence/Makefile
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / net / ethernet / cadence / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for the Atmel network device drivers.
4 #
5 macb-y  := macb_main.o
6
7 ifeq ($(CONFIG_MACB_USE_HWSTAMP),y)
8 macb-y  += macb_ptp.o
9 endif
10
11 obj-$(CONFIG_MACB) += macb.o
12 obj-$(CONFIG_MACB_PCI) += macb_pci.o
This page took 0.025435 seconds and 4 git commands to generate.