]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - drivers/net/ethernet/cadence/Makefile
Merge tag 'iio-fixes-for-4.13a' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-focal-kernel.git] / drivers / net / ethernet / cadence / Makefile
1 #
2 # Makefile for the Atmel network device drivers.
3 #
4 macb-y := macb_main.o
5
6 ifeq ($(CONFIG_MACB_USE_HWSTAMP),y)
7 macb-y += macb_ptp.o
8 endif
9
10 obj-$(CONFIG_MACB) += macb.o
11 obj-$(CONFIG_MACB_PCI) += macb_pci.o