summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/Makefile
diff options
context:
space:
mode:
authornavin patidar <navin.patidar@gmail.com>2014-06-01 12:16:28 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-19 22:30:02 (GMT)
commit91d16624385fbf63037d2c0b9feff90da6677d9c (patch)
tree1d88a7755bbaec96b63009453e5115fe83e2682b /drivers/staging/rtl8188eu/Makefile
parent06bfa97eb782d737973036166c02c0a579771a0b (diff)
downloadlinux-91d16624385fbf63037d2c0b9feff90da6677d9c.tar.xz
staging :rtl8188eu: Remove HalPhyRf.[h|c] files.
Move ODM_GetRightChnlPlaceforIQK() from HalPhyRf.c to HalPhyRf_8188e.c. Move ODM_TARGET_CHNL_NUM_2G_5G from HalPhyRf.h to HalPhyRf_8188e.h. After the movement of function and macro HalPhyRf.[h|c] files are redundant. 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/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/Makefile b/drivers/staging/rtl8188eu/Makefile
index 260c635..2ed35a0 100644
--- a/drivers/staging/rtl8188eu/Makefile
+++ b/drivers/staging/rtl8188eu/Makefile
@@ -25,7 +25,6 @@ r8188eu-y := \
hal/HalHWImg8188E_MAC.o \
hal/HalHWImg8188E_BB.o \
hal/HalHWImg8188E_RF.o \
- hal/HalPhyRf.o \
hal/HalPhyRf_8188e.o \
hal/HalPwrSeqCmd.o \
hal/Hal8188EPwrSeq.o \