summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/Makefile
diff options
context:
space:
mode:
authornavin patidar2014-08-31 08:44:31 +0200
committerGreg Kroah-Hartman2014-08-31 21:57:41 +0200
commit238bd31e2ee818bfbef998e68cc3586db4b0854a (patch)
treec77b86f189e5d7d9f6d4f922554aaf2e4db99e78 /drivers/staging/rtl8188eu/Makefile
parentstaging: rtl8188eu: Rework function PHY_SwChnl8188E() (diff)
downloadkernel-qcow2-linux-238bd31e2ee818bfbef998e68cc3586db4b0854a.tar.gz
kernel-qcow2-linux-238bd31e2ee818bfbef998e68cc3586db4b0854a.tar.xz
kernel-qcow2-linux-238bd31e2ee818bfbef998e68cc3586db4b0854a.zip
staging: rtl8188eu: Rename rtl8188e_phycfg.c to phy.c
Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/Makefile')
-rw-r--r--drivers/staging/rtl8188eu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/Makefile b/drivers/staging/rtl8188eu/Makefile
index 1b8c89ba7ac2..7886ea0549e1 100644
--- a/drivers/staging/rtl8188eu/Makefile
+++ b/drivers/staging/rtl8188eu/Makefile
@@ -34,7 +34,7 @@ r8188eu-y := \
hal/rtl8188e_cmd.o \
hal/rtl8188e_dm.o \
hal/rtl8188e_hal_init.o \
- hal/rtl8188e_phycfg.o \
+ hal/phy.o \
hal/rtl8188e_rf6052.o \
hal/rtl8188e_rxdesc.o \
hal/rtl8188e_xmit.o \