arm-trusted-firmware/plat/rockchip/rk3399/drivers/dp
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
..
cdn_dp.c rockchip: Prevent macro expansion in paths 2019-12-13 14:13:45 -06:00
cdn_dp.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
hdcp.bin rockchip: include hdcp.bin and declare hdcp key decryption handler 2017-06-26 19:24:30 +08:00