
Hi Marek,
On 1/12/25 11:34 PM, Marek Vasut wrote:
Rename directory board/renesas/rcar-common to board/renesas/common and move files. This allows the build system to use HAVE_VENDOR_COMMON_LIB which automatically includes board/$(VENDOR)/common/Makefile . This is
Please mention this is NOT sufficient to make use of HAVE_VENDOR_COMMON_LIB as board/renesas/common is missing a Makefile.
Something like:
This will allow the build system to use HAVE_VENDOR_COMMON_LIB once a Makefile is added in a later commit. This mechanism automatically includes board/$(VENDOR)/common/Makefile.
or something like that.
a preparatory patch for board Makefile simplification. No functional change so far.
Signed-off-by: Marek Vasut marek.vasut+renesas@mailbox.org
The change is fine, but please make the commit log a bit less confusing around the use of HAVE_VENDOR_COMMON_LIB in this commit.
Reviewed-by: Quentin Schulz quentin.schulz@cherry.de
Thanks! Quentin