aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192su/Makefile
diff options
context:
space:
mode:
authorFlorian Schilhabel <florian.c.schilhabel@googlemail.com>2010-05-13 13:55:25 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-14 13:54:55 -0700
commit5c2af91bbcc19c96d2fb35c4bb3f3d66b039e978 (patch)
treedd461f9cc7560b6bdd293382b3ecbef57ae7ad56 /drivers/staging/rtl8192su/Makefile
parent7d8e737dd7e3519110a7bc529ef6ac80ac41c3f5 (diff)
Staging: rtl819su: added r8192SU_led.c/.h
added the necessary infrastructure for the leds on the device this is a port from Realteks driver. leds are now working partially. Signed-off-by: Florian Schilhabel <florian.c.schilhabel@googlemail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rtl8192su/Makefile')
-rw-r--r--drivers/staging/rtl8192su/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/rtl8192su/Makefile b/drivers/staging/rtl8192su/Makefile
index 9374a0179e5..7133894afe7 100644
--- a/drivers/staging/rtl8192su/Makefile
+++ b/drivers/staging/rtl8192su/Makefile
@@ -20,6 +20,7 @@ r8192s_usb-objs := \
r8192S_Efuse.o \
r8192U_core.o \
r8192U_pm.o \
+ r8192SU_led.o \
ieee80211/ieee80211_crypt.o \
ieee80211/ieee80211_crypt_tkip.o \
ieee80211/ieee80211_crypt_ccmp.o \