From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-f67.google.com ([209.85.214.67]:55237 "EHLO mail-it0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964960AbeCHG42 (ORCPT ); Thu, 8 Mar 2018 01:56:28 -0500 Subject: Re: [PATCH] kbuild: Handle builtin dtb files containing hyphens References: <20180307140633.26182-1-jhogan@kernel.org> From: Frank Rowand Message-ID: <2bb96235-6b1f-07bb-3dfe-d5dbb8eddb7f@gmail.com> Date: Wed, 7 Mar 2018 22:56:25 -0800 MIME-Version: 1.0 In-Reply-To: <20180307140633.26182-1-jhogan@kernel.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: James Hogan , linux-kbuild@vger.kernel.org, devicetree@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Rob Herring , Masahiro Yamada , Michal Marek , Ralf Baechle , Florian Fainelli , Kevin Cernekee , linux-mips@linux-mips.org, stable@vger.kernel.org On 03/07/18 06:06, James Hogan wrote: > On dtb files which contain hyphens, the dt_S_dtb command to build the > dtb.S files (which allow DTB files to be built into the kernel) results > in errors like the following: < snip > Hi James, Sorry for dribbling my comments out in so many emails. :-) Please change the subject line to say "dtb filenames" instead of "dtb files". Thanks, Frank