]> git.dujemihanovic.xyz Git - u-boot.git/commit
acpi: Put the version numbers in a central place
authorSimon Glass <sjg@chromium.org>
Sun, 30 Apr 2023 01:21:46 +0000 (19:21 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 31 May 2023 21:23:01 +0000 (17:23 -0400)
commit1e4d965b592fb2f790948eed2db8010bda674fc5
treeb51cdf2aea49833b67ed0cded820103fec1f9110
parent36fc832927eba16b175e07c5a42b9d7ab8f5552b
acpi: Put the version numbers in a central place

At present two acpi files are built every time since they use a version
number from version.h

This is not necessary. Make use of the same technique as for the version
string, so that they are build only when they change.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/version.c
include/version_string.h
lib/acpi/acpi_table.c
test/dm/acpi.c