rtl8192cu: fix build error (vmalloc/vfree undefined)
[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 \
8 pci.o \
9 ps.o \
10 rc.o \
2ca20f79
G
11 regd.o \
12 usb.o
0c817338
LF
13
14obj-$(CONFIG_RTL8192CE) += rtl8192ce/
663dcc73
LF
15obj-$(CONFIG_RTL8192CU) += rtl8192cu/
16
17ccflags-y += -D__CHECK_ENDIAN__
This page took 0.091847 seconds and 5 git commands to generate.