commit | 9fb9fa4b73b51e9974692f4872a1ef0633ac8ca6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Mar 25 21:24:33 2021 +1300 |
committer | Tom Rini <trini@konsulko.com> | Sat Mar 27 09:48:26 2021 -0400 |
tree | 1d6a7bc8d12c027134554c8bafdc7d637f091edc | |
parent | d5cfe36dc08fef450559a32597cb1bc77af668f0 [diff] |
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>