forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Staging: android: add ram_console driver
Doesn't quite link properly under all configurations, and it has way too many different build options, but it's a start. 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]>
- Loading branch information
1 parent
875f194
commit adc567e
Showing
3 changed files
with
454 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
obj-$(CONFIG_ANDROID) += android.o | ||
obj-$(CONFIG_ANDROID_BINDER_IPC) += binder.o | ||
obj-$(CONFIG_ANDROID_LOGGER) += logger.o | ||
obj-$(CONFIG_ANDROID_RAM_CONSOLE) += ram_console.o |
Oops, something went wrong.