blob: ad6d3c52ec572247067544a4a5ca81b09d020d68 [file] [log] [blame]
Larry Finger0c817332010-12-08 11:12:31 -06001obj-$(CONFIG_RTLWIFI) += rtlwifi.o
2rtlwifi-objs := \
3 base.o \
4 cam.o \
5 core.o \
6 debug.o \
7 efuse.o \
Larry Finger0c817332010-12-08 11:12:31 -06008 ps.o \
9 rc.o \
Larry Finger0f015452012-10-25 13:46:46 -050010 regd.o \
11 stats.o
Larry Finger0c817332010-12-08 11:12:31 -060012
Larry Finger1472d3a2011-02-23 10:24:58 -060013rtl8192c_common-objs += \
14
Larry Finger6f334c22013-07-12 15:32:15 -050015obj-$(CONFIG_RTLWIFI_PCI) += rtl_pci.o
16rtl_pci-objs := pci.o
Willy Tarreau892c05c2011-02-20 11:43:07 +010017
Larry Finger6f334c22013-07-12 15:32:15 -050018obj-$(CONFIG_RTLWIFI_USB) += rtl_usb.o
19rtl_usb-objs := usb.o
John W. Linville1ffe4dd2011-03-01 13:53:02 -050020
Larry Finger1472d3a2011-02-23 10:24:58 -060021obj-$(CONFIG_RTL8192C_COMMON) += rtl8192c/
Larry Finger0c817332010-12-08 11:12:31 -060022obj-$(CONFIG_RTL8192CE) += rtl8192ce/
Larry Finger663dcc72011-02-19 16:29:52 -060023obj-$(CONFIG_RTL8192CU) += rtl8192cu/
Chaoming Li85e09b42011-05-03 09:49:36 -050024obj-$(CONFIG_RTL8192SE) += rtl8192se/
Chaoming Lif9fc5132011-06-10 15:12:10 -050025obj-$(CONFIG_RTL8192DE) += rtl8192de/
Larry Finger0f015452012-10-25 13:46:46 -050026obj-$(CONFIG_RTL8723AE) += rtl8723ae/
Larry Fingera619d1a2014-02-28 15:16:50 -060027obj-$(CONFIG_RTL8723BE) += rtl8723be/
Larry Finger8b138d42013-03-24 22:06:57 -050028obj-$(CONFIG_RTL8188EE) += rtl8188ee/
Larry Fingeraa45a672014-02-28 15:16:43 -060029obj-$(CONFIG_RTLBTCOEXIST) += btcoexist/
Larry Finger0a168b42014-02-28 15:16:47 -060030obj-$(CONFIG_RTL8723_COMMON) += rtl8723com/
Larry Finger21e4b072014-09-22 09:39:26 -050031obj-$(CONFIG_RTL8821AE) += rtl8821ae/
Larry Fingerb1a3bfc2014-09-26 16:40:23 -050032obj-$(CONFIG_RTL8192EE) += rtl8192ee/
Larry Finger663dcc72011-02-19 16:29:52 -060033
34ccflags-y += -D__CHECK_ENDIAN__