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)
commit56b313d1b637815dd01463698cc722a27ae361e4
treeedcf20bfee60f2e55c12f6a8c172a1984058046c
parent8490c578f4fa04e93cff220722b5ce3f7e756f62
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