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 \
15*cbb145b9SZong-Zhe Yang		chan.o \
16e3ec7017SPing-Ke Shih		ser.o
17e3ec7017SPing-Ke Shih
18861e58c8SZong-Zhe Yangobj-$(CONFIG_RTW89_8852A) += rtw89_8852a.o
19861e58c8SZong-Zhe Yangrtw89_8852a-objs := rtw8852a.o \
20861e58c8SZong-Zhe Yang		    rtw8852a_table.o \
21861e58c8SZong-Zhe Yang		    rtw8852a_rfk.o \
22861e58c8SZong-Zhe Yang		    rtw8852a_rfk_table.o
23861e58c8SZong-Zhe Yang
24861e58c8SZong-Zhe Yangobj-$(CONFIG_RTW89_8852AE) += rtw89_8852ae.o
25861e58c8SZong-Zhe Yangrtw89_8852ae-objs := rtw8852ae.o
26861e58c8SZong-Zhe Yang
277ba49f4cSPing-Ke Shihobj-$(CONFIG_RTW89_8852C) += rtw89_8852c.o
287ba49f4cSPing-Ke Shihrtw89_8852c-objs := rtw8852c.o \
297ba49f4cSPing-Ke Shih		    rtw8852c_table.o \
307ba49f4cSPing-Ke Shih		    rtw8852c_rfk.o \
317ba49f4cSPing-Ke Shih		    rtw8852c_rfk_table.o
327ba49f4cSPing-Ke Shih
337ba49f4cSPing-Ke Shihobj-$(CONFIG_RTW89_8852CE) += rtw89_8852ce.o
347ba49f4cSPing-Ke Shihrtw89_8852ce-objs := rtw8852ce.o
357ba49f4cSPing-Ke Shih
36e3ec7017SPing-Ke Shihrtw89_core-$(CONFIG_RTW89_DEBUG) += debug.o
37e3ec7017SPing-Ke Shih
38e3ec7017SPing-Ke Shihobj-$(CONFIG_RTW89_PCI) += rtw89_pci.o
39e3ec7017SPing-Ke Shihrtw89_pci-y := pci.o
40e3ec7017SPing-Ke Shih
41