1e3ec7017SPing-Ke Shih# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2e3ec7017SPing-Ke Shih
3e3ec7017SPing-Ke Shihobj-$(CONFIG_RTW89_CORE) += rtw89_core.o
4e3ec7017SPing-Ke Shihrtw89_core-y += core.o \
5e3ec7017SPing-Ke Shih		mac80211.o \
6e3ec7017SPing-Ke Shih		mac.o \
7e3ec7017SPing-Ke Shih		phy.o \
8e3ec7017SPing-Ke Shih		fw.o \
9e3ec7017SPing-Ke Shih		cam.o \
10e3ec7017SPing-Ke Shih		efuse.o \
11e3ec7017SPing-Ke Shih		regd.o \
12e3ec7017SPing-Ke Shih		sar.o \
13e3ec7017SPing-Ke Shih		coex.o \
14e3ec7017SPing-Ke Shih		ps.o \
15e3ec7017SPing-Ke Shih		ser.o
16e3ec7017SPing-Ke Shih
17861e58c8SZong-Zhe Yangobj-$(CONFIG_RTW89_8852A) += rtw89_8852a.o
18861e58c8SZong-Zhe Yangrtw89_8852a-objs := rtw8852a.o \
19861e58c8SZong-Zhe Yang		    rtw8852a_table.o \
20861e58c8SZong-Zhe Yang		    rtw8852a_rfk.o \
21861e58c8SZong-Zhe Yang		    rtw8852a_rfk_table.o
22861e58c8SZong-Zhe Yang
23861e58c8SZong-Zhe Yangobj-$(CONFIG_RTW89_8852AE) += rtw89_8852ae.o
24861e58c8SZong-Zhe Yangrtw89_8852ae-objs := rtw8852ae.o
25861e58c8SZong-Zhe Yang
26*7ba49f4cSPing-Ke Shihobj-$(CONFIG_RTW89_8852C) += rtw89_8852c.o
27*7ba49f4cSPing-Ke Shihrtw89_8852c-objs := rtw8852c.o \
28*7ba49f4cSPing-Ke Shih		    rtw8852c_table.o \
29*7ba49f4cSPing-Ke Shih		    rtw8852c_rfk.o \
30*7ba49f4cSPing-Ke Shih		    rtw8852c_rfk_table.o
31*7ba49f4cSPing-Ke Shih
32*7ba49f4cSPing-Ke Shihobj-$(CONFIG_RTW89_8852CE) += rtw89_8852ce.o
33*7ba49f4cSPing-Ke Shihrtw89_8852ce-objs := rtw8852ce.o
34*7ba49f4cSPing-Ke Shih
35e3ec7017SPing-Ke Shihrtw89_core-$(CONFIG_RTW89_DEBUG) += debug.o
36e3ec7017SPing-Ke Shih
37e3ec7017SPing-Ke Shihobj-$(CONFIG_RTW89_PCI) += rtw89_pci.o
38e3ec7017SPing-Ke Shihrtw89_pci-y := pci.o
39e3ec7017SPing-Ke Shih
40