1obj-$(CONFIG_MT76_CORE) += mt76.o 2obj-$(CONFIG_MT76x2E) += mt76x2e.o 3 4mt76-y := \ 5 mmio.o util.o trace.o dma.o mac80211.o debugfs.o eeprom.o tx.o agg-rx.o 6 7CFLAGS_trace.o := -I$(src) 8 9mt76x2e-y := \ 10 mt76x2_pci.o mt76x2_dma.o \ 11 mt76x2_main.o mt76x2_init.o mt76x2_debugfs.o mt76x2_tx.o \ 12 mt76x2_core.o mt76x2_mac.o mt76x2_eeprom.o mt76x2_mcu.o mt76x2_phy.o \ 13 mt76x2_dfs.o mt76x2_trace.o 14 15CFLAGS_mt76x2_trace.o := -I$(src) 16