linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kbuild: delete INSTALL_FW_PATH from kbuild documentation
@ 2018-07-04 19:59 Randy Dunlap
  2018-07-05  1:49 ` Masahiro Yamada
  0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2018-07-04 19:59 UTC (permalink / raw)
  To: linux-kbuild, Masahiro Yamada; +Cc: LKML

From: Randy Dunlap <rdunlap@infradead.org>

Removed Kbuild documentation for INSTALL_FW_PATH.

The kbuild symbol INSTALL_FW_PATH was removed from Kbuild tools in
September 2014 (for 4.14) but the symbol was not deleted from
the kbuild documentation, so do that now.

Fixes: 5620a0d1aac ("firmware: delete in-kernel firmware")

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: stable@vger.kernel.org # 4.14 and later
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 Documentation/kbuild/kbuild.txt |    9 ---------
 1 file changed, 9 deletions(-)

--- linux-next-20180704.orig/Documentation/kbuild/kbuild.txt
+++ linux-next-20180704/Documentation/kbuild/kbuild.txt
@@ -149,15 +149,6 @@ stripped after they are installed.  If I
 the default option --strip-debug will be used.  Otherwise,
 INSTALL_MOD_STRIP value will be used as the options to the strip command.
 
-INSTALL_FW_PATH
---------------------------------------------------
-INSTALL_FW_PATH specifies where to install the firmware blobs.
-The default value is:
-
-    $(INSTALL_MOD_PATH)/lib/firmware
-
-The value can be overridden in which case the default value is ignored.
-
 INSTALL_HDR_PATH
 --------------------------------------------------
 INSTALL_HDR_PATH specifies where to install user space headers when



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] kbuild: delete INSTALL_FW_PATH from kbuild documentation
  2018-07-04 19:59 [PATCH] kbuild: delete INSTALL_FW_PATH from kbuild documentation Randy Dunlap
@ 2018-07-05  1:49 ` Masahiro Yamada
  2018-07-05  2:22   ` Randy Dunlap
  0 siblings, 1 reply; 4+ messages in thread
From: Masahiro Yamada @ 2018-07-05  1:49 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-kbuild, LKML

2018-07-05 4:59 GMT+09:00 Randy Dunlap <rdunlap@infradead.org>:
> From: Randy Dunlap <rdunlap@infradead.org>
>
> Removed Kbuild documentation for INSTALL_FW_PATH.
>
> The kbuild symbol INSTALL_FW_PATH was removed from Kbuild tools in
> September 2014 (for 4.14) but the symbol was not deleted from

I think 'September 2017'
although I can fix up the log locally.




> the kbuild documentation, so do that now.
>
> Fixes: 5620a0d1aac ("firmware: delete in-kernel firmware")
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: stable@vger.kernel.org # 4.14 and later
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> ---
>  Documentation/kbuild/kbuild.txt |    9 ---------
>  1 file changed, 9 deletions(-)
>
> --- linux-next-20180704.orig/Documentation/kbuild/kbuild.txt
> +++ linux-next-20180704/Documentation/kbuild/kbuild.txt
> @@ -149,15 +149,6 @@ stripped after they are installed.  If I
>  the default option --strip-debug will be used.  Otherwise,
>  INSTALL_MOD_STRIP value will be used as the options to the strip command.
>
> -INSTALL_FW_PATH
> ---------------------------------------------------
> -INSTALL_FW_PATH specifies where to install the firmware blobs.
> -The default value is:
> -
> -    $(INSTALL_MOD_PATH)/lib/firmware
> -
> -The value can be overridden in which case the default value is ignored.
> -
>  INSTALL_HDR_PATH
>  --------------------------------------------------
>  INSTALL_HDR_PATH specifies where to install user space headers when
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] kbuild: delete INSTALL_FW_PATH from kbuild documentation
  2018-07-05  1:49 ` Masahiro Yamada
@ 2018-07-05  2:22   ` Randy Dunlap
  2018-07-06  1:03     ` Masahiro Yamada
  0 siblings, 1 reply; 4+ messages in thread
From: Randy Dunlap @ 2018-07-05  2:22 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: linux-kbuild, LKML

On 07/04/18 18:49, Masahiro Yamada wrote:
> 2018-07-05 4:59 GMT+09:00 Randy Dunlap <rdunlap@infradead.org>:
>> From: Randy Dunlap <rdunlap@infradead.org>
>>
>> Removed Kbuild documentation for INSTALL_FW_PATH.
>>
>> The kbuild symbol INSTALL_FW_PATH was removed from Kbuild tools in
>> September 2014 (for 4.14) but the symbol was not deleted from
> 
> I think 'September 2017'
> although I can fix up the log locally.

Right you are.  and thanks.

> 
> 
> 
>> the kbuild documentation, so do that now.
>>
>> Fixes: 5620a0d1aac ("firmware: delete in-kernel firmware")
>>
>> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
>> Cc: stable@vger.kernel.org # 4.14 and later
>> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>> ---
>>  Documentation/kbuild/kbuild.txt |    9 ---------
>>  1 file changed, 9 deletions(-)
>>
>> --- linux-next-20180704.orig/Documentation/kbuild/kbuild.txt
>> +++ linux-next-20180704/Documentation/kbuild/kbuild.txt
>> @@ -149,15 +149,6 @@ stripped after they are installed.  If I
>>  the default option --strip-debug will be used.  Otherwise,
>>  INSTALL_MOD_STRIP value will be used as the options to the strip command.
>>
>> -INSTALL_FW_PATH
>> ---------------------------------------------------
>> -INSTALL_FW_PATH specifies where to install the firmware blobs.
>> -The default value is:
>> -
>> -    $(INSTALL_MOD_PATH)/lib/firmware
>> -
>> -The value can be overridden in which case the default value is ignored.
>> -
>>  INSTALL_HDR_PATH
>>  --------------------------------------------------
>>  INSTALL_HDR_PATH specifies where to install user space headers when
>>
>>
>> --


-- 
~Randy

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] kbuild: delete INSTALL_FW_PATH from kbuild documentation
  2018-07-05  2:22   ` Randy Dunlap
@ 2018-07-06  1:03     ` Masahiro Yamada
  0 siblings, 0 replies; 4+ messages in thread
From: Masahiro Yamada @ 2018-07-06  1:03 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: linux-kbuild, LKML

2018-07-05 11:22 GMT+09:00 Randy Dunlap <rdunlap@infradead.org>:
> On 07/04/18 18:49, Masahiro Yamada wrote:
>> 2018-07-05 4:59 GMT+09:00 Randy Dunlap <rdunlap@infradead.org>:
>>> From: Randy Dunlap <rdunlap@infradead.org>
>>>
>>> Removed Kbuild documentation for INSTALL_FW_PATH.
>>>
>>> The kbuild symbol INSTALL_FW_PATH was removed from Kbuild tools in
>>> September 2014 (for 4.14) but the symbol was not deleted from
>>
>> I think 'September 2017'
>> although I can fix up the log locally.
>
> Right you are.  and thanks.
>
>>
>>
>>
>>> the kbuild documentation, so do that now.
>>>
>>> Fixes: 5620a0d1aac ("firmware: delete in-kernel firmware")
>>>
>>> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
>>> Cc: stable@vger.kernel.org # 4.14 and later
>>> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>>> ---
>>>  Documentation/kbuild/kbuild.txt |    9 ---------
>>>  1 file changed, 9 deletions(-)
>>>
>>> --- linux-next-20180704.orig/Documentation/kbuild/kbuild.txt
>>> +++ linux-next-20180704/Documentation/kbuild/kbuild.txt
>>> @@ -149,15 +149,6 @@ stripped after they are installed.  If I
>>>  the default option --strip-debug will be used.  Otherwise,
>>>  INSTALL_MOD_STRIP value will be used as the options to the strip command.
>>>
>>> -INSTALL_FW_PATH
>>> ---------------------------------------------------
>>> -INSTALL_FW_PATH specifies where to install the firmware blobs.
>>> -The default value is:
>>> -
>>> -    $(INSTALL_MOD_PATH)/lib/firmware
>>> -
>>> -The value can be overridden in which case the default value is ignored.
>>> -
>>>  INSTALL_HDR_PATH
>>>  --------------------------------------------------
>>>  INSTALL_HDR_PATH specifies where to install user space headers when
>>>
>>>
>>> --
>
>

Applied to linux-kbuild. Thanks!


-- 
Best Regards
Masahiro Yamada

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-07-06  1:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-04 19:59 [PATCH] kbuild: delete INSTALL_FW_PATH from kbuild documentation Randy Dunlap
2018-07-05  1:49 ` Masahiro Yamada
2018-07-05  2:22   ` Randy Dunlap
2018-07-06  1:03     ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).