arm-trusted-firmware/plat/rockchip/rk3399/drivers
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
..
dp rockchip: Prevent macro expansion in paths 2019-12-13 14:13:45 -06:00
dram Enable -Wshadow always 2019-11-19 08:53:16 -06:00
gpio Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
m0 rk3399: m0: Fix compiler warnings. 2019-04-24 23:03:10 +02:00
pmu rockchip: Prevent macro expansion in paths 2019-12-13 14:13:45 -06:00
pwm Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
secure Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
soc Sanitise includes across codebase 2019-01-04 10:43:17 +00:00