Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « rtl8192ce « rtlwifi « wireless « net « drivers - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c0cb0cfe7d370ec0a65abb65d521b5ff03e8f424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
rtl8192ce-objs :=		\
		dm.o		\
		hw.o		\
		led.o		\
		phy.o		\
		rf.o		\
		sw.o		\
		table.o		\
		trx.o

obj-$(CONFIG_RTL8192CE) += rtl8192ce.o

ccflags-y += -D__CHECK_ENDIAN__