commit | a3db33fd52e4f4409f746d34e95b8ae5a55d491b | [log] [tgz] |
---|---|---|
author | Ahmad Fatoum <a.fatoum@pengutronix.de> | Wed Jan 29 18:21:28 2020 +0100 |
committer | Ahmad Fatoum <a.fatoum@pengutronix.de> | Tue Feb 25 11:07:26 2020 +0100 |
tree | e8ddcd175944181b3120e2acbc92eed86a02fdd6 | |
parent | 1a0b5a57af1cb9422e742f4aef7d8f5dafe3d040 [diff] |
stm32mp1: platform.mk: migrate to implicit rules Board Support for the stm32mp1 platform is contained in the device tree, so if we remove hardcoding of board name from the Makefile, we can build the intermediary objects once and generate one new tf-a-*.stm32 binary for every device tree specified. All in one go. Prepare for this by employing implicit rules. Change-Id: I5a022a89eb12696cd8cee7bf28ac6be54849901f Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>