From patchwork Fri Jan 11 03:22:30 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 1023354 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 43bSwp1Z3Hz9sCX for ; Fri, 11 Jan 2019 14:27:38 +1100 (AEDT) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=socionext.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.b="qnptbl+C"; dkim-atps=neutral Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 43bSwp0GK4zDqyw for ; Fri, 11 Jan 2019 14:27:38 +1100 (AEDT) X-Original-To: linuxppc-dev@lists.ozlabs.org Delivered-To: linuxppc-dev@lists.ozlabs.org Authentication-Results: lists.ozlabs.org; spf=softfail (mailfrom) smtp.mailfrom=socionext.com (client-ip=210.131.2.74; helo=conuserg-07.nifty.com; envelope-from=yamada.masahiro@socionext.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=socionext.com Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.b="qnptbl+C"; dkim-atps=neutral Received: from conuserg-07.nifty.com (conuserg-07.nifty.com [210.131.2.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 43bSqy4X4hzDqyc for ; Fri, 11 Jan 2019 14:23:26 +1100 (AEDT) Received: from pug.e01.socionext.com (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-07.nifty.com with ESMTP id x0B3MdXb025916; Fri, 11 Jan 2019 12:22:40 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com x0B3MdXb025916 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1547176960; bh=dHVdZkiaMCF0q2pQX0sg3OgZLXbLHfQrNIEcJS2+HS4=; h=From:To:Cc:Subject:Date:From; b=qnptbl+C1jaGrWvepQmh+NmhMRCUtbfFF6zUx4HcBIGJjrkXLqxe7U+AC0m0hXKMx LbaVO+dn1JclfM15kkRvwJOyx4sGBiJnN6VUKQlT5X3bb6DRGfDR/Rf/DWInKgEIIH EG8unbM4W1QacNMCNwvZWjoKnes5cnNDQBd57nRPHlhNWhCbrtc8yTyj4Eju7hSL7T YAWSDi1HT1orjal/Z5J877vNp4PAeSYIinFKUcoR56+7VZH6KZfuj1Eq8mxyzMtK66 VFT+bL/MeFcku0JiWks8yvTc1OlTqkW9VwGuPwjMh3rvjy2d913K2cSfK608cr57cf d0CFFlGLuHtPw== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: linux-kbuild@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Michael Ellerman Subject: [PATCH 0/3] powerpc: some header search path cleanups Date: Fri, 11 Jan 2019 12:22:30 +0900 Message-Id: <1547176954-17739-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-kernel@vger.kernel.org, kvm-ppc@vger.kernel.org, Masahiro Yamada , Paul Mackerras Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@lists.ozlabs.org Sender: "Linuxppc-dev" I am trying to get rid of crappy magic from Kbuild core makefiles. Before that, I want to drop as many useless paths as possible. Actually, many Makefiles are adding around pointless options. This series cleans some powerpc Makefiles. (only compile-tested by 0day bot) Masahiro Yamada (3): KVM: powerpc: remove -I. header search paths powerpc: remove redundant header search path additions powerpc: math-emu: remove unneeded header search paths arch/powerpc/Makefile | 4 ++-- arch/powerpc/kvm/Makefile | 5 ----- arch/powerpc/math-emu/Makefile | 2 +- 3 files changed, 3 insertions(+), 8 deletions(-)