Skip to content

Commit 457b9a6

Browse files
arve-androidgregkh
authored andcommitted
Staging: android: add binder driver
It builds, but not as a module, and with lots of warnings. I also had to fix up a few syntax errors to get it to build properly, I'm doubting that anyone has built it in a while :( Signed-off-by: Arve Hjønnevåg <[email protected]> Signed-off-by: Brian Swetland <[email protected]> Cc: Robert Love <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 6dc9c9e commit 457b9a6

File tree

4 files changed

+3834
-0
lines changed

4 files changed

+3834
-0
lines changed

drivers/staging/android/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,8 @@ config ANDROID
66
---help---
77
Enable support for various drivers needed on the Android platform
88

9+
config ANDROID_BINDER_IPC
10+
tristate "Android Binder IPC Driver"
11+
default y
12+
913
endmenu

drivers/staging/android/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
obj-$(CONFIG_ANDROID) += android.o
2+
obj-$(CONFIG_ANDROID_BINDER_IPC) += binder.o

0 commit comments

Comments
 (0)