commit | 8ee19a7319497ab855e772c282201fcd08dc9590 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Fri Feb 05 17:55:12 2016 +0900 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 08 10:22:40 2016 -0500 |
tree | 8f5f1d6d7e3140226fa62ba6b71871417ea7efcf | |
parent | 0cb389dd1a3805db9639f70131e58f9bb602100e [diff] |
kbuild: remove unneeded ifdef conditionals around build rules These rules are only used for SOCFPGA, SUNXI, but no need to hide them from other SoCs. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Simon Glass <sjg@chromium.org>