rtlwifi: rtl8192se: Modify Kconfig and Makefile routines for new driver
[deliverable/linux.git] / drivers / net / wireless / rtlwifi / rtl8192se / Makefile
CommitLineData
85e09b40
CL
1rtl8192se-objs := \
2 dm.o \
3 fw.o \
4 hw.o \
5 led.o \
6 phy.o \
7 rf.o \
8 sw.o \
9 table.o \
10 trx.o
11
12obj-$(CONFIG_RTL8192SE) += rtl8192se.o
13
14ccflags-y += -D__CHECK_ENDIAN__
15
This page took 0.027377 seconds and 5 git commands to generate.