Merge tag 'trace-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux...
[deliverable/linux.git] / drivers / net / wireless / 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_RTL8188EE) += rtl8188ee/
28
29 ccflags-y += -D__CHECK_ENDIAN__
This page took 0.030488 seconds and 5 git commands to generate.