rtlwifi: rtl8192se: Merge TX and RX routines
[deliverable/linux.git] / drivers / net / wireless / rtlwifi / Makefile
CommitLineData
0c817338
LF
1obj-$(CONFIG_RTLWIFI) += rtlwifi.o
2rtlwifi-objs := \
3 base.o \
4 cam.o \
5 core.o \
6 debug.o \
7 efuse.o \
0c817338
LF
8 ps.o \
9 rc.o \
1ffe4dd1 10 regd.o
0c817338 11
1472d3a8
LF
12rtl8192c_common-objs += \
13
1ffe4dd1 14ifneq ($(CONFIG_PCI),)
892c05c0
WT
15rtlwifi-objs += pci.o
16endif
17
1ffe4dd1
JL
18ifneq ($(CONFIG_USB),)
19rtlwifi-objs += usb.o
20endif
21
1472d3a8 22obj-$(CONFIG_RTL8192C_COMMON) += rtl8192c/
0c817338 23obj-$(CONFIG_RTL8192CE) += rtl8192ce/
663dcc73
LF
24obj-$(CONFIG_RTL8192CU) += rtl8192cu/
25
26ccflags-y += -D__CHECK_ENDIAN__
This page took 0.084924 seconds and 5 git commands to generate.