Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mason...
[deliverable/linux.git] / drivers / net / wireless / realtek / rtlwifi / Makefile
1 obj-$(CONFIG_RTLWIFI) += rtlwifi.o
2 rtlwifi-objs := \
3 base.o \
4 cam.o \
5 core.o \
6 debug.o \
7 efuse.o \
8 ps.o \
9 rc.o \
10 regd.o \
11 stats.o
12
13 rtl8192c_common-objs += \
14
15 obj-$(CONFIG_RTLWIFI_PCI) += rtl_pci.o
16 rtl_pci-objs := pci.o
17
18 obj-$(CONFIG_RTLWIFI_USB) += rtl_usb.o
19 rtl_usb-objs := usb.o
20
21 obj-$(CONFIG_RTL8192C_COMMON) += rtl8192c/
22 obj-$(CONFIG_RTL8192CE) += rtl8192ce/
23 obj-$(CONFIG_RTL8192CU) += rtl8192cu/
24 obj-$(CONFIG_RTL8192SE) += rtl8192se/
25 obj-$(CONFIG_RTL8192DE) += rtl8192de/
26 obj-$(CONFIG_RTL8723AE) += rtl8723ae/
27 obj-$(CONFIG_RTL8723BE) += rtl8723be/
28 obj-$(CONFIG_RTL8188EE) += rtl8188ee/
29 obj-$(CONFIG_RTLBTCOEXIST) += btcoexist/
30 obj-$(CONFIG_RTL8723_COMMON) += rtl8723com/
31 obj-$(CONFIG_RTL8821AE) += rtl8821ae/
32 obj-$(CONFIG_RTL8192EE) += rtl8192ee/
33
34 ccflags-y += -D__CHECK_ENDIAN__
This page took 0.029608 seconds and 5 git commands to generate.