This website works better with JavaScript.
Explore
Help
Sign In
jenna
/
kernel_samsung_sm7125
Watch
1
Star
0
Fork
You've already forked kernel_samsung_sm7125
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
690452
Commits
5
Branches
0
Tags
1.2 GiB
Tag:
Branch:
Tree:
832622e6bd
fifteen
fourteen
tirimbino
urubino
urubino-ksu
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '832622e6bd'
${ noResults }
kernel_samsung_sm7125
/
drivers
/
android
/
Makefile
4 lines
96 B
Raw
Normal View
History
Unescape
Escape
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>
10 years ago
ccflags-y
+=
-I
$(
src
)
# needed for trace events
obj-$(CONFIG_ANDROID_BINDER_IPC)
+=
binder.o