commit | d0ccf027ee64c8987b7fed4da12a01e846d522de | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | Wed May 15 09:36:11 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue May 21 16:09:36 2024 -0600 |
tree | 61af91f8bfc4c72695e0f4040a2eca5732162610 | |
parent | 65aef70849c01518f8d7930699ff2805b2c0cfd4 [diff] |
Makefile: refactor ubootrelease target Instead of duplicating the contents of the filechk_uboot.release variable, use it directly. This is preparation for the next patch which will modify filechk_uboot.release, and reflects what the linux kernel does nowadays: kernelrelease: @$(filechk_kernel.release) Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>