mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-07 13:13:57 +08:00
181725dd4f
This moves the code for rtl8188c, rtl8188r, and rtl8192c into it's own file. This is purely a code moving exercise, there is no change to the code itself. Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
5 lines
143 B
Makefile
5 lines
143 B
Makefile
obj-$(CONFIG_RTL8XXXU) += rtl8xxxu.o
|
|
|
|
rtl8xxxu-y := rtl8xxxu_core.o rtl8xxxu_8192e.o rtl8xxxu_8723b.o \
|
|
rtl8xxxu_8723a.o rtl8xxxu_8192c.o
|