mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-10 01:12:45 -04:00
13 lines
177 B
Makefile
13 lines
177 B
Makefile
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__
|