xref: /linux-6.3-rc2/drivers/staging/rtl8192u/Makefile
  • Home
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • current directory
1# SPDX-License-Identifier: GPL-2.0
2NIC_SELECT = RTL8192U
3
4ccflags-y += -DCONFIG_FORCE_HARD_FLOAT=y
5ccflags-y += -DJACKSON_NEW_8187 -DJACKSON_NEW_RX
6ccflags-y += -DTHOMAS_BEACON -DTHOMAS_TASKLET -DTHOMAS_SKB -DTHOMAS_TURBO
7
8r8192u_usb-y := r8192U_core.o r8180_93cx6.o r8192U_wx.o		\
9		  r8190_rtl8256.o r819xU_phy.o r819xU_firmware.o	\
10		  r819xU_cmdpkt.o r8192U_dm.o r819xU_firmware_img.o	\
11		  r8192U_debugfs.o					\
12		  ieee80211/ieee80211_crypt.o				\
13		  ieee80211/ieee80211_crypt_tkip.o			\
14		  ieee80211/ieee80211_crypt_ccmp.o			\
15		  ieee80211/ieee80211_crypt_wep.o			\
16		  ieee80211/ieee80211_rx.o				\
17		  ieee80211/ieee80211_softmac.o				\
18		  ieee80211/ieee80211_tx.o				\
19		  ieee80211/ieee80211_wx.o				\
20		  ieee80211/ieee80211_module.o				\
21		  ieee80211/ieee80211_softmac_wx.o			\
22		  ieee80211/rtl819x_HTProc.o				\
23		  ieee80211/rtl819x_TSProc.o				\
24		  ieee80211/rtl819x_BAProc.o				\
25		  ieee80211/dot11d.o
26
27obj-$(CONFIG_RTL8192U) += r8192u_usb.o
28

Last Index update Sun Aug 20 00:18:20 CST 2023