File: Makefile

package info (click to toggle)
linux 3.16.51-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-updates
  • size: 755,292 kB
  • sloc: ansic: 12,235,573; asm: 277,597; perl: 53,071; xml: 47,771; makefile: 30,539; sh: 7,977; python: 6,697; cpp: 5,131; yacc: 4,254; lex: 2,215; awk: 741; pascal: 231; lisp: 218; sed: 30
file content (40 lines) | stat: -rw-r--r-- 742 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

PCI_MAIN_OBJS	:= base.o	\
		cam.o	\
		core.o	\
		debug.o	\
		efuse.o	\
		pci.o	\
		ps.o	\
		rc.o	\
		regd.o	\
		stats.o

PCI_8192EE_HAL_OBJS:=		\
	rtl8192ee/dm.o		\
	rtl8192ee/fw.o		\
	rtl8192ee/hw.o		\
	rtl8192ee/led.o		\
	rtl8192ee/phy.o		\
	rtl8192ee/pwrseq.o	\
	rtl8192ee/pwrseqcmd.o	\
	rtl8192ee/rf.o		\
	rtl8192ee/sw.o		\
	rtl8192ee/table.o	\
	rtl8192ee/trx.o



BT_COEXIST_OBJS:=	btcoexist/halbtc8192e2ant.o\
			btcoexist/halbtc8723b1ant.o\
			btcoexist/halbtc8723b2ant.o\
			btcoexist/halbtc8821a1ant.o\
			btcoexist/halbtc8821a2ant.o\
			btcoexist/halbtcoutsrc.o\
			btcoexist/rtl_btc.o

r8192ee-objs += $(PCI_MAIN_OBJS) $(PCI_8192EE_HAL_OBJS) $(BT_COEXIST_OBJS)

obj-$(CONFIG_R8192EE) += r8192ee.o

ccflags-y += -D__CHECK_ENDIAN__