aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/android/Makefile
diff options
context:
space:
mode:
authorArve Hjønnevåg <arve@android.com>2008-12-19 18:12:11 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 13:52:42 -0800
commitadc567e8a9c25f08e91eb18b83bdaa5ff9705919 (patch)
treedb9a88803e67755b404f617da7a01d6d8b2f37ff /drivers/staging/android/Makefile
parent875f194c48ddae3797f8d61e98aacd8a8ecef927 (diff)
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 <arve@android.com> Signed-off-by: Brian Swetland <swetland@google.com> Cc: Robert Love <rlove@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/android/Makefile')
-rw-r--r--drivers/staging/android/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/android/Makefile b/drivers/staging/android/Makefile
index b354b5d9014..357abd73142 100644
--- a/drivers/staging/android/Makefile
+++ b/drivers/staging/android/Makefile
@@ -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