arm-trusted-firmware/plat/rockchip/rk3399
Joshua Watt 39a97dce61 rockchip: Prevent macro expansion in paths
Instead of stringizing the paths to binary files, add them as string
defines on the command line (e.g. -DFOO=\"BAR\" instead of -DFOO=BAR).
This prevents macros from being expanded inside the string value itself.
For example, -DFOO=/path/with-linux-in-it would have been expanded to
"/path/with-1-in-it" because `linux=1` is one of the standard GCC
defines.

Change-Id: I7b65df3c9930faed4f1aff75ad726982ae3671e6
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
2019-12-13 14:13:45 -06:00
..
drivers rockchip: Prevent macro expansion in paths 2019-12-13 14:13:45 -06:00
include rockchip: Update BL31_BASE to 0x40000 2019-09-20 08:42:53 +08:00
plat_sip_calls.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
platform.mk rockchip: Prevent macro expansion in paths 2019-12-13 14:13:45 -06:00
rk3399_def.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00