Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: Remove logger and alarm-dev from android Makefile

My previous patches deleting logger and alarm-dev from staging
missed the android Makefile.

This patch cleans up the Makefile to remove the now non-existent
files.

Cc: Rom Lemarchand <romlem@google.com>,
Cc: Mark Salyzyn <salyzyn@google.com>,
Cc: Kees Cook <keescook@chromium.org>,
Cc: Android Kernel Team <kernel-team@android.com>,
Cc: Valentin Rothberg <valentinrothberg@gmail.com>,
Cc: Greg Hackmann <ghackmann@google.com>,
Cc: Elliott Hughes <enh@google.com>,
Cc: Todd Poynor <toddpoynor@google.com>,
Reported-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

John Stultz and committed by
Greg Kroah-Hartman
71e365ed a0a23bbc

-2
-2
drivers/staging/android/Makefile
··· 3 3 obj-y += ion/ 4 4 5 5 obj-$(CONFIG_ASHMEM) += ashmem.o 6 - obj-$(CONFIG_ANDROID_LOGGER) += logger.o 7 6 obj-$(CONFIG_ANDROID_TIMED_OUTPUT) += timed_output.o 8 7 obj-$(CONFIG_ANDROID_TIMED_GPIO) += timed_gpio.o 9 8 obj-$(CONFIG_ANDROID_LOW_MEMORY_KILLER) += lowmemorykiller.o 10 - obj-$(CONFIG_ANDROID_INTF_ALARM_DEV) += alarm-dev.o 11 9 obj-$(CONFIG_SYNC) += sync.o sync_debug.o 12 10 obj-$(CONFIG_SW_SYNC) += sw_sync.o