treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / net / wireless / mediatek / mt76 / mt76x2 / Makefile
blob7b2b187fbf4786d592abc60c1ec5429b3dfa24af
1 # SPDX-License-Identifier: GPL-2.0-only
2 obj-$(CONFIG_MT76x2_COMMON) += mt76x2-common.o
3 obj-$(CONFIG_MT76x2E) += mt76x2e.o
4 obj-$(CONFIG_MT76x2U) += mt76x2u.o
6 mt76x2-common-y := \
7 eeprom.o mac.o init.o phy.o mcu.o
9 mt76x2e-y := \
10 pci.o pci_main.o pci_init.o pci_mcu.o \
11 pci_phy.o
13 mt76x2u-y := \
14 usb.o usb_init.o usb_main.o usb_mac.o usb_mcu.o \
15 usb_phy.o
17 CFLAGS_pci_trace.o := -I$(src)