commit | 0e6256d0770f5f2bda80e9ce1aa8dd404de4bcdf | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Tue Apr 15 14:47:40 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Fri Apr 18 11:43:36 2014 -0400 |
tree | 574d13f1ef7f68367dafa4af5157d7d544b4c871 | |
parent | 71ba24581c8b6fae2d6f04681c8a2fe310aec4c0 [diff] |
kbuild: add user-supplied CPPFLAGS, AFLAGS and CFLAGS Like Linux Kernel, this commit provides environment variables KCPPFLAGS, KAFLAGS and KCFLAGS, which are useful to pass additional options. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>