rtlwifi: Eliminate udelay calls with too large values
[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 \
2ca20f79
G
10 regd.o \
11 usb.o
0c817338 12
892c05c0
WT
13ifeq ($(CONFIG_PCI),y)
14rtlwifi-objs += pci.o
15endif
16
0c817338 17obj-$(CONFIG_RTL8192CE) += rtl8192ce/
663dcc73
LF
18obj-$(CONFIG_RTL8192CU) += rtl8192cu/
19
20ccflags-y += -D__CHECK_ENDIAN__
This page took 0.054149 seconds and 5 git commands to generate.