Makefile (03ab8e6297acd1bc0eedaa050e2a1635c576fd11) Makefile (a82dfd33d1237f6c0fb8a7077022189d1fc7ec98)
1# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2
3obj-$(CONFIG_RTW88_CORE) += rtw88_core.o
4rtw88_core-y += main.o \
5 mac80211.o \
6 util.o \
7 debug.o \
8 tx.o \

--- 32 unchanged lines hidden (view full) ---

41obj-$(CONFIG_RTW88_8821C) += rtw88_8821c.o
42rtw88_8821c-objs := rtw8821c.o rtw8821c_table.o
43
44obj-$(CONFIG_RTW88_8821CE) += rtw88_8821ce.o
45rtw88_8821ce-objs := rtw8821ce.o
46
47obj-$(CONFIG_RTW88_PCI) += rtw88_pci.o
48rtw88_pci-objs := pci.o
1# SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2
3obj-$(CONFIG_RTW88_CORE) += rtw88_core.o
4rtw88_core-y += main.o \
5 mac80211.o \
6 util.o \
7 debug.o \
8 tx.o \

--- 32 unchanged lines hidden (view full) ---

41obj-$(CONFIG_RTW88_8821C) += rtw88_8821c.o
42rtw88_8821c-objs := rtw8821c.o rtw8821c_table.o
43
44obj-$(CONFIG_RTW88_8821CE) += rtw88_8821ce.o
45rtw88_8821ce-objs := rtw8821ce.o
46
47obj-$(CONFIG_RTW88_PCI) += rtw88_pci.o
48rtw88_pci-objs := pci.o
49
50obj-$(CONFIG_RTW88_USB) += rtw88_usb.o
51rtw88_usb-objs := usb.o