arm-trusted-firmware/lib/romlib
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
..
templates Romlib makefile refactoring and script rewriting 2019-07-22 18:07:57 +02:00
Makefile Use abspath to dereference $BUILD_BASE 2020-08-04 18:02:02 +01:00
gen_combined_bl1_romlib.sh juno: Add romlib support 2018-11-23 11:52:01 +00:00
init.s PIE: Use PC relative adrp/adr for symbol reference 2018-10-29 09:54:31 +00:00
jmptbl.i FDT wrappers: add functions for read/write bytes 2020-02-03 11:41:27 +00:00
romlib.ld.S Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
romlib_generator.py Romlib makefile refactoring and script rewriting 2019-07-22 18:07:57 +02:00