From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Huang Date: Thu, 9 Apr 2020 08:13:52 +0000 Subject: [Buildroot] how to make two defconfig simultaneously Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi, all guys, Is there any mechanism to make two defconfig simultaneously ? For example: "make xxx_defcofnig yyy_defconfig" After doing this operation, .config file will be created according to these two defconfig xxx_defcofnig and yyy_defconfig. Best Regards Jerry Huang