From patchwork Tue Nov 7 16:31:45 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 835368 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=nifty.com header.i=@nifty.com header.b="Ousu2DEK"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3yWZmz12xBz9rvt for ; Wed, 8 Nov 2017 03:36:03 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965475AbdKGQfe (ORCPT ); Tue, 7 Nov 2017 11:35:34 -0500 Received: from conuserg-09.nifty.com ([210.131.2.76]:20787 "EHLO conuserg-09.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965207AbdKGQfc (ORCPT ); Tue, 7 Nov 2017 11:35:32 -0500 Received: from grover.sesame (FL1-125-199-20-195.osk.mesh.ad.jp [125.199.20.195]) (authenticated) by conuserg-09.nifty.com with ESMTP id vA7GVppL022965; Wed, 8 Nov 2017 01:31:51 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-09.nifty.com vA7GVppL022965 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1510072312; bh=BhQOIZasmiAImz+osleF0a07RPrt0AJdBKofVbplbiw=; h=From:To:Cc:Subject:Date:From; b=Ousu2DEK/Dqnftbic8B6+kkUbIAW0ziDGVXcy6RcxC0x1rxZ6OPbFfeQnBGrXHgKT wliupLMTfpGzc5kef8/SbN97WeCyQ1QyvIgwPKWHj4VDx5i+8wIIraZAlccF3Utw2E c4IXfhllAeY/yY5nowjQ7327Y1zf9P6SzSRCh6QrxDHczx6z0jHcXizeS0iZPAEaLQ 0lgWWV6k0n/95IA1NeR3pzQ7HKWdtIEQ5bjtMG4QmOdpXuIqTy++88/7VJjMkgTi3I eiBWGHogWo7TJGRfByjB+ksirfK2XsFqav8sHSTFIlju4VksfgQ2is3+9PXOnPStCa hCTt/EKjUr1oQ== X-Nifty-SrcIP: [125.199.20.195] From: Masahiro Yamada To: linux-kbuild@vger.kernel.org, Sam Ravnborg Cc: Rob Herring , Mark Rutland , Pantelis Antoniou , devicetree@vger.kernel.org, Arnd Bergmann , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, Michal Marek , Masahiro Yamada , Ralf Baechle , Michal Marek , netdev@vger.kernel.org, Russell King , Alexei Starovoitov , Daniel Borkmann , linux-arm-kernel@lists.infradead.org Subject: [PATCH 0/2] kbuild: remove all "obj- := dummy.o" tricks Date: Wed, 8 Nov 2017 01:31:45 +0900 Message-Id: <1510072307-16819-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org This clean-up was prompted by Sam when I refactored DT building: https://patchwork.kernel.org/patch/10041881/ If you want to test this series, apply the following 3 patches: https://patchwork.kernel.org/patch/10037891/ https://patchwork.kernel.org/patch/10041877/ https://patchwork.kernel.org/patch/10041881/ I CCed DT forks to informs them of conflicts with those patches Rob Herring offered to apply. I doubt if he wants to review this series... Masahiro Yamada (2): kbuild: create built-in.o automatically if parent directory wants it kbuild: remove all dummy assignments to obj- Makefile | 2 +- arch/arm/mach-uniphier/Makefile | 1 - arch/mips/boot/dts/brcm/Makefile | 3 --- arch/mips/boot/dts/cavium-octeon/Makefile | 3 --- arch/mips/boot/dts/img/Makefile | 3 --- arch/mips/boot/dts/ingenic/Makefile | 3 --- arch/mips/boot/dts/lantiq/Makefile | 3 --- arch/mips/boot/dts/mti/Makefile | 3 --- arch/mips/boot/dts/netlogic/Makefile | 3 --- arch/mips/boot/dts/ni/Makefile | 3 --- arch/mips/boot/dts/pic32/Makefile | 3 --- arch/mips/boot/dts/qca/Makefile | 3 --- arch/mips/boot/dts/ralink/Makefile | 3 --- arch/mips/boot/dts/xilfpga/Makefile | 3 --- firmware/Makefile | 3 --- samples/bpf/Makefile | 3 --- samples/hidraw/Makefile | 3 --- samples/seccomp/Makefile | 3 --- samples/sockmap/Makefile | 3 --- samples/statx/Makefile | 3 --- samples/uhid/Makefile | 3 --- scripts/Makefile.build | 4 ++-- 22 files changed, 3 insertions(+), 61 deletions(-)