diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-10-16 14:40:38 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-10-20 10:30:15 +0800 |
commit | 777783e0abae3cab7555bb182776f9ffaa35631a (patch) | |
tree | d7f183097ce9fa8c6944d0396c8a47d8b9ddd977 /drivers/Makefile | |
parent | d09e9b160fc18116942101743693f5535bc5136a (diff) | |
download | linux-777783e0abae3cab7555bb182776f9ffaa35631a.tar.gz linux-777783e0abae3cab7555bb182776f9ffaa35631a.tar.bz2 linux-777783e0abae3cab7555bb182776f9ffaa35631a.zip |
staging: android: binder: move to the "real" part of the kernel
The Android binder code has been "stable" for many years now. No matter
what comes in the future, we are going to have to support this API, so
might as well move it to the "real" part of the kernel as there's no
real work that needs to be done to the existing code.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index ebee55537a05..60d19820a4d4 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -161,3 +161,4 @@ obj-$(CONFIG_POWERCAP) += powercap/ obj-$(CONFIG_MCB) += mcb/ obj-$(CONFIG_RAS) += ras/ obj-$(CONFIG_THUNDERBOLT) += thunderbolt/ +obj-$(CONFIG_ANDROID) += android/ |