]> git.baikalelectronics.ru Git - uboot.git/commit
Makefile: Use a variable for generated of-platdata headers
authorSimon Glass <sjg@chromium.org>
Wed, 24 Mar 2021 17:40:52 +0000 (06:40 +1300)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Mar 2021 04:03:08 +0000 (17:03 +1300)
commit4272b5532beaf6d89886f4478b1cb58cdf1197a7
treeedcf20bfee60f2e55c12f6a8c172a1984058046c
parent421ae37e6629b386c8701e39fb9b769cb0cc35f6
Makefile: Use a variable for generated of-platdata headers

There are actually two generated files but only one is currently mentioned
in the Makefile as a dependency. Put them both in a Makefile variable and
use that instead, to avoid inconsistency.

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