Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756997Ab3CDJ6S (ORCPT ); Mon, 4 Mar 2013 04:58:18 -0500 Received: from tama50.ecl.ntt.co.jp ([129.60.39.147]:47481 "EHLO tama50.ecl.ntt.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756124Ab3CDJ6Q (ORCPT ); Mon, 4 Mar 2013 04:58:16 -0500 Message-ID: <1362391043.6156.2.camel@nexus.lab.ntt.co.jp> Subject: [PATCH] scripts/mod: add device table offsets file to list of files to clean From: Fernando Luis =?ISO-8859-1?Q?V=E1zquez?= Cao To: Michal Marek Cc: linux-kernel@vger.kernel.org Date: Mon, 04 Mar 2013 18:57:23 +0900 Organization: NTT Open Source Software Center Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4-2 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 904 Lines: 24 From: Fernando Luis Vázquez Cao This file is generated so it does not get cleaned automagically. In other words we need to added to the clean-files list. Signed-off-by: Fernando Luis Vázquez Cao --- diff -urNp linux-3.9-rc1-orig/scripts/mod/Makefile linux-3.9-rc1/scripts/mod/Makefile --- linux-3.9-rc1-orig/scripts/mod/Makefile 2013-03-04 16:09:29.297904000 +0900 +++ linux-3.9-rc1/scripts/mod/Makefile 2013-03-04 18:06:16.359389000 +0900 @@ -49,3 +49,5 @@ $(obj)/elfconfig.h: $(obj)/empty.o $(obj $(call if_changed,elfconfig) targets += elfconfig.h + +clean-files := $(devicetable-offsets-file) -- 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/