mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 01:28:05 -04:00
15 lines
231 B
Makefile
15 lines
231 B
Makefile
rtl8188ee-objs := \
|
|
dm.o \
|
|
fw.o \
|
|
hw.o \
|
|
led.o \
|
|
phy.o \
|
|
pwrseq.o \
|
|
rf.o \
|
|
sw.o \
|
|
table.o \
|
|
trx.o
|
|
|
|
obj-$(CONFIG_RTL8188EE) += rtl8188ee.o
|
|
|
|
ccflags-y += -Idrivers/net/wireless/rtlwifi -D__CHECK_ENDIAN__
|