Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752475Ab2KQWuj (ORCPT ); Sat, 17 Nov 2012 17:50:39 -0500 Received: from mail-ee0-f46.google.com ([74.125.83.46]:38431 "EHLO mail-ee0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752270Ab2KQWuh (ORCPT ); Sat, 17 Nov 2012 17:50:37 -0500 MIME-Version: 1.0 In-Reply-To: <1353124734-16803-5-git-send-email-cheiny@synaptics.com> References: <1353124734-16803-1-git-send-email-cheiny@synaptics.com> <1353124734-16803-5-git-send-email-cheiny@synaptics.com> Date: Sat, 17 Nov 2012 23:50:36 +0100 Message-ID: Subject: Re: [RFC PATCH 04/06] input/rmi4: Config files and makefiles From: Linus Walleij To: Christopher Heiny Cc: Dmitry Torokhov , Jean Delvare , Linux Kernel , Linux Input , Allie Xiong , Vivian Ly , Daniel Rosenberg , Alexandra Chin , Joerie de Gram , Wolfram Sang , Mathieu Poirier , Linus Walleij , Naveen Kumar Gaddipati Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1478 Lines: 56 On Sat, Nov 17, 2012 at 4:58 AM, Christopher Heiny wrote: > Infrastructure files for configuration and building. > > > Signed-off-by: Christopher Heiny > Cut blank line. > Cc: Dmitry Torokhov > Cc: Linus Walleij > Cc: Naveen Kumar Gaddipati > Cc: Joeri de Gram (...) > +++ b/drivers/input/rmi4/Makefile > @@ -0,0 +1,22 @@ > +obj-$(CONFIG_RMI4_BUS) += rmi_bus.o > +obj-$(CONFIG_RMI4_I2C) += rmi_i2c.o > +obj-$(CONFIG_RMI4_GENERIC) += rmi_driver.o rmi_f01.o > +obj-$(CONFIG_RMI4_F11) += rmi_f11.o > + > +ccflags-$(CONFIG_RMI4_DEBUG) += -DDEBUG > + >From here: > +ifeq ($(KERNELRELEASE),) > + > +# KERNELDIR ?= /home/ > +PWD := $(shell pwd) > + > +.PHONY: build clean > + > +build: > + $(MAKE) -C $(KERNELDIR) M=$(PWD) modules > + > +clean: > + rm -rf *.o *~ core .depend .*.cmd *.ko *.mod.c > + > +endif This stuff looks weird. Like some local build rule to just rebuild this part, and the commented-out Android thing is really just cruft. Just delete all this, keep it in your private delta if you need it. 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/