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 \ 15cbb145b9SZong-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 27*b5db4ef3SPing-Ke Shihobj-$(CONFIG_RTW89_8852B) += rtw89_8852b.o 28*b5db4ef3SPing-Ke Shihrtw89_8852b-objs := rtw8852b.o \ 29*b5db4ef3SPing-Ke Shih rtw8852b_table.o \ 30*b5db4ef3SPing-Ke Shih rtw8852b_rfk.o \ 31*b5db4ef3SPing-Ke Shih rtw8852b_rfk_table.o 32*b5db4ef3SPing-Ke Shih 33*b5db4ef3SPing-Ke Shihobj-$(CONFIG_RTW89_8852BE) += rtw89_8852be.o 34*b5db4ef3SPing-Ke Shihrtw89_8852be-objs := rtw8852be.o 35*b5db4ef3SPing-Ke Shih 367ba49f4cSPing-Ke Shihobj-$(CONFIG_RTW89_8852C) += rtw89_8852c.o 377ba49f4cSPing-Ke Shihrtw89_8852c-objs := rtw8852c.o \ 387ba49f4cSPing-Ke Shih rtw8852c_table.o \ 397ba49f4cSPing-Ke Shih rtw8852c_rfk.o \ 407ba49f4cSPing-Ke Shih rtw8852c_rfk_table.o 417ba49f4cSPing-Ke Shih 427ba49f4cSPing-Ke Shihobj-$(CONFIG_RTW89_8852CE) += rtw89_8852ce.o 437ba49f4cSPing-Ke Shihrtw89_8852ce-objs := rtw8852ce.o 447ba49f4cSPing-Ke Shih 45e3ec7017SPing-Ke Shihrtw89_core-$(CONFIG_RTW89_DEBUG) += debug.o 46e3ec7017SPing-Ke Shih 47e3ec7017SPing-Ke Shihobj-$(CONFIG_RTW89_PCI) += rtw89_pci.o 48e3ec7017SPing-Ke Shihrtw89_pci-y := pci.o 49e3ec7017SPing-Ke Shih 50