diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-10-05 16:29:29 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-12-11 12:23:21 -0800 |
commit | b0a0ccfad85b3657fe999805df65f5cfe634ab8a (patch) | |
tree | 9d65ace48cbde0ad3432f9dac24d155bf651433b /drivers/staging/Makefile | |
parent | 99fd99f618daecae638550275cb132ab1ffe464c (diff) | |
download | blackbird-op-linux-b0a0ccfad85b3657fe999805df65f5cfe634ab8a.tar.gz blackbird-op-linux-b0a0ccfad85b3657fe999805df65f5cfe634ab8a.zip |
Staging: android: delete android drivers
These drivers are no longer being developed and the original authors
seem to have abandonded them and hence, do not want them in the mainline
kernel tree.
So sad :(
Cc: Brian Swetland <swetland@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/Makefile')
-rw-r--r-- | drivers/staging/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index edae7d681e6e..2f228f99be93 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -24,7 +24,6 @@ obj-$(CONFIG_RTL8192SU) += rtl8192su/ obj-$(CONFIG_RTL8192E) += rtl8192e/ obj-$(CONFIG_INPUT_MIMIO) += mimio/ obj-$(CONFIG_TRANZPORT) += frontier/ -obj-$(CONFIG_ANDROID) += android/ obj-$(CONFIG_DREAM) += dream/ obj-$(CONFIG_DST) += dst/ obj-$(CONFIG_POHMELFS) += pohmelfs/ |