]> git.baikalelectronics.ru Git - uboot.git/commit
Makefile: Add common code to report deprecation
authorSimon Glass <sjg@chromium.org>
Thu, 25 Mar 2021 08:24:33 +0000 (21:24 +1300)
committerTom Rini <trini@konsulko.com>
Sat, 27 Mar 2021 13:48:26 +0000 (09:48 -0400)
commit19a544e584d8d2ba199bd6ce204bb033b8ad3d5e
tree1d6a7bc8d12c027134554c8bafdc7d637f091edc
parent49359cd79ea82a10dfa53de9fc922267a1362bfc
Makefile: Add common code to report deprecation

Add a function which can be called to report a migration problem. This
will make it easier to add new migration checks, since the logic and
strings are not spread out over 8 lines of code.

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile