Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp2133550imm; Thu, 2 Aug 2018 06:49:28 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfFID/0IVscK40Al+ddLjT9O63wsQH7h+VL1dmu8Lci6hVePj/tJk4glJT+JZkW6/XAP7Wx X-Received: by 2002:a17:902:3fa5:: with SMTP id a34-v6mr2505768pld.223.1533217768466; Thu, 02 Aug 2018 06:49:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533217768; cv=none; d=google.com; s=arc-20160816; b=gd5dbR+65udPORfqMRq5XgWuXStkQqLA9uSscVL4rXIo6VgRTXBwTdKwQk1dHqrRYq 6AWVzmQNlUWMtpPE9wCY9tjT1C+kTNQoVRJYM1XQYeBojFsEJx0zEC0luuOQ/PxPWTqV IHkWyGifxpcIxK9OMNcwTaiLBJaE4RGsyXNAdXo5kLIGfuQ0t2DTz+PXTyRf4ZhEGmiC Ltc/LskUxp71OYRg3L5CA06psTI1H6vJPZJ6qUjDPzkckFuRl9dUmDOof8KmR9K+z+ly EYRwhaCxE3BB/xsAhBj8OQ3G6KUzeDxuXyLUBcvrtD4UZ+SSDh4/XKhFWfXl43ceQd5k K02A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :dkim-signature:arc-authentication-results; bh=KDvzUjDjLA3kUiJYNb0I0ZjL7dXHmQ5axkzcnZSVpMw=; b=wO1rrEHtHsmAqaJQhzTAmedGAnuNo9bULWeZoMnAuwtdrgJfeGPD4M63Al6Dbvzbhm 2KftL3AXlT5RE0dmF1Iaks+lIz5gnelJY5TPFL+nt5KCTlPixkXiSV66Np4BKRgZyuMX JPjJLQkvuY2eXUpmJhgYVzIJ5qPaeyIlkn83PsDnSVKRfod2qsRPyZqOUPoMdcEPbUKN +yiX0q667a2l6hJXGiJeQEvYqRxZX8U1vqJ0HFtoDjCS/MZeLCJYBT2rX7B5D5hoH7mx I5tmJa5XreaSIPVNyMFY2h8q7iyg+vwOru/81/er/2nUAurr23OQC+pPe5V7XBFqh4Cf c2IA== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@gouders.net header.s=gnet header.b=QoP0SQU1; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b6-v6si2190817pgm.644.2018.08.02.06.49.13; Thu, 02 Aug 2018 06:49:28 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@gouders.net header.s=gnet header.b=QoP0SQU1; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732347AbeHBPjC (ORCPT + 99 others); Thu, 2 Aug 2018 11:39:02 -0400 Received: from services.gouders.net ([141.101.32.176]:40543 "EHLO services.gouders.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732068AbeHBPjB (ORCPT ); Thu, 2 Aug 2018 11:39:01 -0400 Received: from lena.gouders.net ([193.175.198.193]) (authenticated bits=0) by services.gouders.net (8.14.8/8.14.8) with ESMTP id w72DlNTF022507 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Thu, 2 Aug 2018 15:47:34 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gouders.net; s=gnet; t=1533217654; bh=6doC/sd8l061rczdxawkStAjUXxwr9ImfRsYfXGRZFw=; h=From:To:Cc:Subject:Date; b=QoP0SQU1t3IiniOneepEYhfWSD6R4H5rZ+E6pC4i6aLt9NIF7uNi/7HpbgM5deA6B wiZpfmzdfvlpnFNWLDPMiiTkyAn45Zxo2oKPU0MrsV2O9Rj4uiulFC3YiAmDTj0tKf SmkQpSLBfQDm+YVIs8VxOev74Z2T9Q11uPV8R898= From: Dirk Gouders To: Masahiro Yamada Cc: Dirk Gouders , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] Kbuild: Makefile.modbuiltin: include auto.conf and tristate.conf mandatory Date: Thu, 2 Aug 2018 15:47:08 +0200 Message-Id: <20180802134708.26456-1-dirk@gouders.net> X-Mailer: git-send-email 2.16.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The files auto.conf and tristate.conf are mandatory for building modules.builtin files, therefore include them as such. Usually, the top-level Makefile ensures that those files exist but we want to make sure we get noticed if they are missing for whatever reason. Signed-off-by: Dirk Gouders --- scripts/Makefile.modbuiltin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/Makefile.modbuiltin b/scripts/Makefile.modbuiltin index 40867a41615b..a072a4267746 100644 --- a/scripts/Makefile.modbuiltin +++ b/scripts/Makefile.modbuiltin @@ -8,10 +8,10 @@ src := $(obj) PHONY := __modbuiltin __modbuiltin: --include include/config/auto.conf +include include/config/auto.conf # tristate.conf sets tristate variables to uppercase 'Y' or 'M' # That way, we get the list of built-in modules in obj-Y --include include/config/tristate.conf +include include/config/tristate.conf include scripts/Kbuild.include -- 2.16.4