mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-17 18:43:05 +00:00
rtl8188eu: Fix trailing spaces
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
4e056cdd71
commit
0ff1f31cc5
3 changed files with 9 additions and 12 deletions
3
Makefile
3
Makefile
|
@ -128,7 +128,7 @@ rtk_core := \
|
|||
core/rtw_sreset.o \
|
||||
core/rtw_sta_mgt.o \
|
||||
core/rtw_wlan_util.o \
|
||||
core/rtw_xmit.o
|
||||
core/rtw_xmit.o
|
||||
|
||||
8188eu-y += $(rtk_core)
|
||||
|
||||
|
@ -190,4 +190,3 @@ clean: $(clean_more)
|
|||
cd core ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
|
||||
cd hal ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
|
||||
cd os_dep ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue