Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
[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
12 rtl8192c_common-objs += \
13
14 ifneq ($(CONFIG_PCI),)
15 rtlwifi-objs += pci.o
16 endif
17
18 ifneq ($(CONFIG_USB),)
19 rtlwifi-objs += usb.o
20 endif
21
22 obj-$(CONFIG_RTL8192C_COMMON) += rtl8192c/
23 obj-$(CONFIG_RTL8192CE) += rtl8192ce/
24 obj-$(CONFIG_RTL8192CU) += rtl8192cu/
25 obj-$(CONFIG_RTL8192SE) += rtl8192se/
26 obj-$(CONFIG_RTL8192DE) += rtl8192de/
27
28 ccflags-y += -D__CHECK_ENDIAN__
This page took 0.042493 seconds and 5 git commands to generate.