]> git.dujemihanovic.xyz Git - u-boot.git/commit
Makefile: refactor ubootrelease target
authorRasmus Villemoes <rasmus.villemoes@prevas.dk>
Wed, 15 May 2024 07:36:11 +0000 (09:36 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 21 May 2024 22:09:36 +0000 (16:09 -0600)
commit1bfce599dc68fac4285b0a4fbe247793fd82c156
tree61af91f8bfc4c72695e0f4040a2eca5732162610
parent1db973b65f9c1efbfa5370a95d6330f29557b3ab
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>
Makefile