linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 14/26] Input: synaptics-rmi4: Clean up Makefile
@ 2015-11-05 23:40 Andrew Duggan
  2015-11-09 13:12 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Duggan @ 2015-11-05 23:40 UTC (permalink / raw)
  To: linux-input, linux-kernel
  Cc: Andrew Duggan, Dmitry Torokhov, Linus Walleij, Benjamin Tissoires,
	Christopher Heiny, Stephen Chandler Paul

The Makefile contained commands for a different build environment. These
should be removed and are not needed in the upstream kernel.

Signed-off-by: Andrew Duggan <aduggan@synaptics.com>
---
 drivers/input/rmi4/Makefile | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/drivers/input/rmi4/Makefile b/drivers/input/rmi4/Makefile
index 63bc595..37b6789 100644
--- a/drivers/input/rmi4/Makefile
+++ b/drivers/input/rmi4/Makefile
@@ -8,19 +8,3 @@ rmi_core-$(CONFIG_RMI4_F11) += rmi_f11.o
 obj-$(CONFIG_RMI4_I2C) += rmi_i2c.o
 
 ccflags-$(CONFIG_RMI4_DEBUG) += -DDEBUG
-
-ifeq ($(KERNELRELEASE),)
-
-# KERNELDIR ?= /home/<AndroidKernelDirectory>
-PWD := $(shell pwd)
-
-.PHONY: build clean
-
-build:
-	$(MAKE) -C $(KERNELDIR) M=$(PWD) modules
-
-clean:
-	rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c
-
-endif
-
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 14/26] Input: synaptics-rmi4: Clean up Makefile
  2015-11-05 23:40 [PATCH 14/26] Input: synaptics-rmi4: Clean up Makefile Andrew Duggan
@ 2015-11-09 13:12 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2015-11-09 13:12 UTC (permalink / raw)
  To: Andrew Duggan
  Cc: Linux Input, linux-kernel@vger.kernel.org, Dmitry Torokhov,
	Benjamin Tissoires, Christopher Heiny, Stephen Chandler Paul

On Fri, Nov 6, 2015 at 12:40 AM, Andrew Duggan <aduggan@synaptics.com> wrote:

> The Makefile contained commands for a different build environment. These
> should be removed and are not needed in the upstream kernel.
>
> Signed-off-by: Andrew Duggan <aduggan@synaptics.com>

Acked-by: Linus Walleij <linus.walleij@linaro.org>

Squash into the offending commit.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-09 13:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-05 23:40 [PATCH 14/26] Input: synaptics-rmi4: Clean up Makefile Andrew Duggan
2015-11-09 13:12 ` Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).