lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1446766843-30852-1-git-send-email-aduggan@synaptics.com>
Date:	Thu, 5 Nov 2015 15:40:43 -0800
From:	Andrew Duggan <aduggan@...aptics.com>
To:	<linux-input@...r.kernel.org>, <linux-kernel@...r.kernel.org>
CC:	Andrew Duggan <aduggan@...aptics.com>,
	Dmitry Torokhov <dmitry.torokhov@...il.com>,
	Linus Walleij <linus.walleij@...aro.org>,
	Benjamin Tissoires <benjamin.tissoires@...il.com>,
	Christopher Heiny <cheiny@...aptics.com>,
	Stephen Chandler Paul <cpaul@...hat.com>
Subject: [PATCH 14/26] Input: synaptics-rmi4: Clean up Makefile

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@...aptics.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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ