commit | 1dc1756946a6e4ae1081c92fef935d07096f23e0 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Wed Apr 01 14:28:24 2020 +0900 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Apr 02 14:14:10 2020 +0900 |
tree | 984c91a873b10c902e21aba5ffe16ac3ff2a8d90 | |
parent | 9cefb4b194fe682fd45ece845e55a1f63e5d8a56 [diff] |
plat: remove redundant =1 from -D option As GCC manual says, -D option defines a macro as 1, if =<value> is omitted. -D <name> Predefine <name> as a macro, with definition 1. The same applied with Clang, too. In the context of -D option, =1 is always redundant. Change-Id: I487489a1ea3eb51e734741619c1e65dab1420bc4 Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>