Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1263621 > unrolled thread

[PATCH 14/26] Input: synaptics-rmi4: Clean up Makefile

Started byAndrew Duggan <aduggan@synaptics.com>
First post2015-11-06 00:50 +0100
Last post2015-11-09 14:20 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH 14/26] Input: synaptics-rmi4: Clean up Makefile Andrew Duggan <aduggan@synaptics.com> - 2015-11-06 00:50 +0100
    Re: [PATCH 14/26] Input: synaptics-rmi4: Clean up Makefile Linus Walleij <linus.walleij@linaro.org> - 2015-11-09 14:20 +0100

#1263621 — [PATCH 14/26] Input: synaptics-rmi4: Clean up Makefile

FromAndrew Duggan <aduggan@synaptics.com>
Date2015-11-06 00:50 +0100
Subject[PATCH 14/26] Input: synaptics-rmi4: Clean up Makefile
Message-ID<qrCs2-5az-17@gated-at.bofh.it>
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

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

[toc] | [next] | [standalone]


#1265643

FromLinus Walleij <linus.walleij@linaro.org>
Date2015-11-09 14:20 +0100
Message-ID<qsUwx-6TG-7@gated-at.bofh.it>
In reply to#1263621
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web