summaryrefslogtreecommitdiffstats
path: root/drivers/staging/Makefile
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2008-12-20 02:21:40 +0100
committerGreg Kroah-Hartman2009-01-06 22:52:41 +0100
commit6dc9c9e8b0b51abd9a332f5f4767df729848d579 (patch)
tree81b1ff186b9aaa1eb283d05b9a27f72aedd4d662 /drivers/staging/Makefile
parentStaging: epl: fix netdev->priv b0rkage (diff)
downloadkernel-qcow2-linux-6dc9c9e8b0b51abd9a332f5f4767df729848d579.tar.gz
kernel-qcow2-linux-6dc9c9e8b0b51abd9a332f5f4767df729848d579.tar.xz
kernel-qcow2-linux-6dc9c9e8b0b51abd9a332f5f4767df729848d579.zip
Staging: add android framework
This prepares us to start adding the android drivers to the build. The dummy android.c file will go away in the next few patches, as it will not be needed once drivers/staging/android/ has a driver in it. Cc: Robert Love <rlove@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/Makefile')
-rw-r--r--drivers/staging/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile
index 53478e84d1dd..9ddcc2bb3365 100644
--- a/drivers/staging/Makefile
+++ b/drivers/staging/Makefile
@@ -29,3 +29,4 @@ obj-$(CONFIG_USB_RSPI) += rspiusb/
obj-$(CONFIG_INPUT_MIMIO) += mimio/
obj-$(CONFIG_TRANZPORT) += frontier/
obj-$(CONFIG_EPL) += epl/
+obj-$(CONFIG_ANDROID) += android/