]> git.baikalelectronics.ru Git - arm-tf.git/commit
Build: introduce per-BL CPPFLAGS and ASFLAGS
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Wed, 25 Mar 2020 07:55:28 +0000 (16:55 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 31 Mar 2020 07:08:21 +0000 (16:08 +0900)
commit848a7e8ce1d936f97084beb5222f1036a484bad5
tree4cca705667072f3e0c0d1af90363941995ece506
parent0a81158f0d48058ea49c7ecd5edc5719d411d62b
Build: introduce per-BL CPPFLAGS and ASFLAGS

Currently, BL*_CFLAGS and BL*_LDFLAGS are supported.

For completion, this adds BL*_CPPFLAGS and BL*_ASFLAGS.

My main motivation is to pass -D<macro> to BL*_CPPFLAGS so that
the macro can be used from all source files.

Change-Id: I0ca1e4e26386bef7fed999af140ee7cce7c2f8ef
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
make_helpers/build_macros.mk