mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-10 17:32:46 -04:00
9 lines
168 B
Makefile
9 lines
168 B
Makefile
rtl8723-common-objs := \
|
|
main.o \
|
|
dm_common.o \
|
|
fw_common.o \
|
|
phy_common.o
|
|
|
|
obj-$(CONFIG_RTL8723_COMMON) += rtl8723-common.o
|
|
|
|
ccflags-y += -D__CHECK_ENDIAN__
|