]> git.baikalelectronics.ru Git - uboot.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)
commitd3d90ec37ac16086b1ef6d8f8cc94efeace2bd4b
treeb51cdf2aea49833b67ed0cded820103fec1f9110
parentf5da244c8c2cf631b3491f7949703c710181b8cd
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