arm-trusted-firmware/plat/ti/k3
Grant Likely 29214e95c4 Use abspath to dereference $BUILD_BASE
If the user tries to change BUILD_BASE to put the build products outside
the build tree the compile will fail due to hard coded assumptions that
$BUILD_BASE is a relative path. Fix by using $(abspath $(BUILD_BASE))
to rationalize to an absolute path every time and remove the relative
path assumptions.

This patch also adds documentation that BUILD_BASE can be specified by
the user.

Signed-off-by: Grant Likely <grant.likely@arm.com>
Signed-off-by: Manish Pandey <manish.pandey2@arm.com>
Change-Id: Ib1af874de658484aaffc672f30029b852d2489c8
2020-08-04 18:02:02 +01:00
..
board/generic ti: k3: common: Enable ARM cluster power down 2020-01-27 13:26:01 -05:00
common Merge "ti: k3: common: Make UART number configurable" into integration 2020-06-05 22:32:13 +00:00
include ti: k3: common: Make UART number configurable 2020-06-01 23:12:41 +02:00
platform.mk Use abspath to dereference $BUILD_BASE 2020-08-04 18:02:02 +01:00