Signed-off-by: Mike McCormack <[email protected]>
---
 drivers/staging/rtl8192e/Makefile |   23 +++++++++++++----------
 1 files changed, 13 insertions(+), 10 deletions(-)

diff --git a/drivers/staging/rtl8192e/Makefile 
b/drivers/staging/rtl8192e/Makefile
index 6e41067..5060b4d 100644
--- a/drivers/staging/rtl8192e/Makefile
+++ b/drivers/staging/rtl8192e/Makefile
@@ -9,16 +9,7 @@ ccflags-y += -DENABLE_DOT11D
 ccflags-y += -DENABLE_IPS
 ccflags-y += -DENABLE_LPS
 
-r8192e_pci-objs :=             \
-       r8192E_core.o           \
-       r8180_93cx6.o           \
-       r8192E_wx.o             \
-       r8190_rtl8256.o         \
-       r819xE_phy.o            \
-       r819xE_firmware.o       \
-       r819xE_cmdpkt.o         \
-       r8192E_dm.o             \
-       r8192_pm.o              \
+rtl80211-objs :=                               \
        ieee80211/ieee80211_rx.o                \
        ieee80211/ieee80211_softmac.o           \
        ieee80211/ieee80211_tx.o                \
@@ -34,5 +25,17 @@ r8192e_pci-objs :=           \
        ieee80211/ieee80211_crypt_ccmp.o        \
        ieee80211/ieee80211_crypt_wep.o
 
+r8192e_pci-objs :=             \
+       r8192E_core.o           \
+       r8180_93cx6.o           \
+       r8192E_wx.o             \
+       r8190_rtl8256.o         \
+       r819xE_phy.o            \
+       r819xE_firmware.o       \
+       r819xE_cmdpkt.o         \
+       r8192E_dm.o             \
+       r8192_pm.o              \
+       $(rtl80211-objs)
+
 obj-$(CONFIG_RTL8192E) += r8192e_pci.o
 
-- 
1.7.0.4


_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to