[PATCH] staging: Remove logger and alarm-dev from android Makefile

From: John Stultz
Date: Tue Jan 27 2015 - 10:22:59 EST


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@xxxxxxxxxx>,
Cc: Mark Salyzyn <salyzyn@xxxxxxxxxx>,
Cc: Kees Cook <keescook@xxxxxxxxxxxx>,
Cc: Android Kernel Team <kernel-team@xxxxxxxxxxx>,
Cc: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
Cc: Valentin Rothberg <valentinrothberg@xxxxxxxxx>,
Cc: Greg Hackmann <ghackmann@xxxxxxxxxx>,
Cc: Elliott Hughes <enh@xxxxxxxxxx>,
Cc: Todd Poynor <toddpoynor@xxxxxxxxxx>,
Reported-by: Paul Bolle <pebolle@xxxxxxxxxx>
Signed-off-by: John Stultz <john.stultz@xxxxxxxxxx>
---
drivers/staging/android/Makefile | 2 --
1 file changed, 2 deletions(-)

diff --git a/drivers/staging/android/Makefile b/drivers/staging/android/Makefile
index 479b2b8..c7b6c99 100644
--- a/drivers/staging/android/Makefile
+++ b/drivers/staging/android/Makefile
@@ -3,10 +3,8 @@ ccflags-y += -I$(src) # needed for trace events
obj-y += ion/

obj-$(CONFIG_ASHMEM) += ashmem.o
-obj-$(CONFIG_ANDROID_LOGGER) += logger.o
obj-$(CONFIG_ANDROID_TIMED_OUTPUT) += timed_output.o
obj-$(CONFIG_ANDROID_TIMED_GPIO) += timed_gpio.o
obj-$(CONFIG_ANDROID_LOW_MEMORY_KILLER) += lowmemorykiller.o
-obj-$(CONFIG_ANDROID_INTF_ALARM_DEV) += alarm-dev.o
obj-$(CONFIG_SYNC) += sync.o sync_debug.o
obj-$(CONFIG_SW_SYNC) += sw_sync.o
--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/