Merge git://git.infradead.org/users/willy/linux-nvme
[deliverable/linux.git] / drivers / staging / rtl8192ee / Makefile
CommitLineData
0629f3b8
LF
1
2PCI_MAIN_OBJS := base.o \
3 cam.o \
4 core.o \
5 debug.o \
6 efuse.o \
7 pci.o \
8 ps.o \
9 rc.o \
10 regd.o \
11 stats.o
12
13PCI_8192EE_HAL_OBJS:= \
14 rtl8192ee/dm.o \
15 rtl8192ee/fw.o \
16 rtl8192ee/hw.o \
17 rtl8192ee/led.o \
18 rtl8192ee/phy.o \
19 rtl8192ee/pwrseq.o \
20 rtl8192ee/pwrseqcmd.o \
21 rtl8192ee/rf.o \
22 rtl8192ee/sw.o \
23 rtl8192ee/table.o \
24 rtl8192ee/trx.o
25
26
27
28BT_COEXIST_OBJS:= btcoexist/halbtc8192e2ant.o\
29 btcoexist/halbtc8723b1ant.o\
30 btcoexist/halbtc8723b2ant.o\
31 btcoexist/halbtc8821a1ant.o\
32 btcoexist/halbtc8821a2ant.o\
33 btcoexist/halbtcoutsrc.o\
34 btcoexist/rtl_btc.o
35
36r8192ee-objs += $(PCI_MAIN_OBJS) $(PCI_8192EE_HAL_OBJS) $(BT_COEXIST_OBJS)
37
38obj-$(CONFIG_R8192EE) += r8192ee.o
39
40ccflags-y += -D__CHECK_ENDIAN__
This page took 0.048586 seconds and 5 git commands to generate.