aboutsummaryrefslogtreecommitdiffstats
path: root/common/bl_common.c
diff options
context:
space:
mode:
authorYann Gautier <yann.gautier@st.com>2018-09-04 10:44:00 +0200
committerYann Gautier <yann.gautier@st.com>2018-09-28 15:28:53 +0200
commit077b3e9afc92927d9f81a188c244737435fe3189 (patch)
tree82ffe9ff7bdedca4b4131a4e016a75591ad17a60 /common/bl_common.c
parent07a2fd6af6a74df278be9d4b757e4ad037fd1687 (diff)
downloadplatform_external_arm-trusted-firmware-077b3e9afc92927d9f81a188c244737435fe3189.tar.gz
platform_external_arm-trusted-firmware-077b3e9afc92927d9f81a188c244737435fe3189.tar.bz2
platform_external_arm-trusted-firmware-077b3e9afc92927d9f81a188c244737435fe3189.zip
MAKE_DTB: dependencies on device tree source files
Fixes the dependencies issue for DTB image build. Use -MT $(DTBS) -MMD -MF $(DTSDEP) to generate the precompilation dependencies on DTS file(s). "-MT $(DTBS)" builds a dependency for the target DTS file. "-MMD" includes header file dependencies but not on system header files. "-MF $(DTSDEP)" generates a Makefile script to define the dependencies which is included afterward. This change renames existing variable DEP into DTBDEP. Signed-off-by: Yann Gautier <yann.gautier@st.com> Signed-off-by: Etienne Carriere <etienne.carriere@st.com>
Diffstat (limited to 'common/bl_common.c')
0 files changed, 0 insertions, 0 deletions