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 \ 16e897b0beSZong-Zhe Yang ser.o \ 17e897b0beSZong-Zhe Yang acpi.o 18e3ec7017SPing-Ke Shih 1919e28c7fSChin-Yen Leertw89_core-$(CONFIG_PM) += wow.o 2019e28c7fSChin-Yen Lee 21*14820388SPing-Ke Shihobj-$(CONFIG_RTW89_8851B) += rtw89_8851b.o 22*14820388SPing-Ke Shihrtw89_8851b-objs := rtw8851b.o \ 23*14820388SPing-Ke Shih rtw8851b_table.o \ 24*14820388SPing-Ke Shih rtw8851b_rfk.o \ 25*14820388SPing-Ke Shih rtw8851b_rfk_table.o 26*14820388SPing-Ke Shih 27*14820388SPing-Ke Shihobj-$(CONFIG_RTW89_8851BE) += rtw89_8851be.o 28*14820388SPing-Ke Shihrtw89_8851be-objs := rtw8851be.o 29*14820388SPing-Ke Shih 30861e58c8SZong-Zhe Yangobj-$(CONFIG_RTW89_8852A) += rtw89_8852a.o 31861e58c8SZong-Zhe Yangrtw89_8852a-objs := rtw8852a.o \ 32861e58c8SZong-Zhe Yang rtw8852a_table.o \ 33861e58c8SZong-Zhe Yang rtw8852a_rfk.o \ 34861e58c8SZong-Zhe Yang rtw8852a_rfk_table.o 35861e58c8SZong-Zhe Yang 36861e58c8SZong-Zhe Yangobj-$(CONFIG_RTW89_8852AE) += rtw89_8852ae.o 37861e58c8SZong-Zhe Yangrtw89_8852ae-objs := rtw8852ae.o 38861e58c8SZong-Zhe Yang 39b5db4ef3SPing-Ke Shihobj-$(CONFIG_RTW89_8852B) += rtw89_8852b.o 40b5db4ef3SPing-Ke Shihrtw89_8852b-objs := rtw8852b.o \ 41b5db4ef3SPing-Ke Shih rtw8852b_table.o \ 42b5db4ef3SPing-Ke Shih rtw8852b_rfk.o \ 43b5db4ef3SPing-Ke Shih rtw8852b_rfk_table.o 44b5db4ef3SPing-Ke Shih 45b5db4ef3SPing-Ke Shihobj-$(CONFIG_RTW89_8852BE) += rtw89_8852be.o 46b5db4ef3SPing-Ke Shihrtw89_8852be-objs := rtw8852be.o 47b5db4ef3SPing-Ke Shih 487ba49f4cSPing-Ke Shihobj-$(CONFIG_RTW89_8852C) += rtw89_8852c.o 497ba49f4cSPing-Ke Shihrtw89_8852c-objs := rtw8852c.o \ 507ba49f4cSPing-Ke Shih rtw8852c_table.o \ 517ba49f4cSPing-Ke Shih rtw8852c_rfk.o \ 527ba49f4cSPing-Ke Shih rtw8852c_rfk_table.o 537ba49f4cSPing-Ke Shih 547ba49f4cSPing-Ke Shihobj-$(CONFIG_RTW89_8852CE) += rtw89_8852ce.o 557ba49f4cSPing-Ke Shihrtw89_8852ce-objs := rtw8852ce.o 567ba49f4cSPing-Ke Shih 57e3ec7017SPing-Ke Shihrtw89_core-$(CONFIG_RTW89_DEBUG) += debug.o 58e3ec7017SPing-Ke Shih 59e3ec7017SPing-Ke Shihobj-$(CONFIG_RTW89_PCI) += rtw89_pci.o 60e3ec7017SPing-Ke Shihrtw89_pci-y := pci.o 61e3ec7017SPing-Ke Shih 62