mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-29 23:28:52 +01: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__
|