Lines Matching refs:o

3 obj-$(CONFIG_RTW88_CORE)	+= rtw88_core.o
4 rtw88_core-y += main.o \
5 mac80211.o \
6 util.o \
7 debug.o \
8 tx.o \
9 rx.o \
10 mac.o \
11 phy.o \
12 coex.o \
13 efuse.o \
14 fw.o \
15 ps.o \
16 sec.o \
17 bf.o \
18 sar.o \
19 regd.o
21 rtw88_core-$(CONFIG_PM) += wow.o
23 obj-$(CONFIG_RTW88_8822B) += rtw88_8822b.o
24 rtw88_8822b-objs := rtw8822b.o rtw8822b_table.o
26 obj-$(CONFIG_RTW88_8822BE) += rtw88_8822be.o
27 rtw88_8822be-objs := rtw8822be.o
29 obj-$(CONFIG_RTW88_8822BS) += rtw88_8822bs.o
30 rtw88_8822bs-objs := rtw8822bs.o
32 obj-$(CONFIG_RTW88_8822BU) += rtw88_8822bu.o
33 rtw88_8822bu-objs := rtw8822bu.o
35 obj-$(CONFIG_RTW88_8822C) += rtw88_8822c.o
36 rtw88_8822c-objs := rtw8822c.o rtw8822c_table.o
38 obj-$(CONFIG_RTW88_8822CE) += rtw88_8822ce.o
39 rtw88_8822ce-objs := rtw8822ce.o
41 obj-$(CONFIG_RTW88_8822CS) += rtw88_8822cs.o
42 rtw88_8822cs-objs := rtw8822cs.o
44 obj-$(CONFIG_RTW88_8822CU) += rtw88_8822cu.o
45 rtw88_8822cu-objs := rtw8822cu.o
47 obj-$(CONFIG_RTW88_8723D) += rtw88_8723d.o
48 rtw88_8723d-objs := rtw8723d.o rtw8723d_table.o
50 obj-$(CONFIG_RTW88_8723DE) += rtw88_8723de.o
51 rtw88_8723de-objs := rtw8723de.o
53 obj-$(CONFIG_RTW88_8723DS) += rtw88_8723ds.o
54 rtw88_8723ds-objs := rtw8723ds.o
56 obj-$(CONFIG_RTW88_8723DU) += rtw88_8723du.o
57 rtw88_8723du-objs := rtw8723du.o
59 obj-$(CONFIG_RTW88_8821C) += rtw88_8821c.o
60 rtw88_8821c-objs := rtw8821c.o rtw8821c_table.o
62 obj-$(CONFIG_RTW88_8821CE) += rtw88_8821ce.o
63 rtw88_8821ce-objs := rtw8821ce.o
65 obj-$(CONFIG_RTW88_8821CS) += rtw88_8821cs.o
66 rtw88_8821cs-objs := rtw8821cs.o
68 obj-$(CONFIG_RTW88_8821CU) += rtw88_8821cu.o
69 rtw88_8821cu-objs := rtw8821cu.o
71 obj-$(CONFIG_RTW88_PCI) += rtw88_pci.o
72 rtw88_pci-objs := pci.o
74 obj-$(CONFIG_RTW88_SDIO) += rtw88_sdio.o
75 rtw88_sdio-objs := sdio.o
77 obj-$(CONFIG_RTW88_USB) += rtw88_usb.o
78 rtw88_usb-objs := usb.o