treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / net / ethernet / cadence / Makefile
blob1f33cdca9a3c09824ba8a0707923fdd7f3eb2659
1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the Atmel network device drivers.
5 macb-y := macb_main.o
7 ifeq ($(CONFIG_MACB_USE_HWSTAMP),y)
8 macb-y += macb_ptp.o
9 endif
11 obj-$(CONFIG_MACB) += macb.o
12 obj-$(CONFIG_MACB_PCI) += macb_pci.o