commit | 554c73c0256c9e22af1b89e842a310b73b5eb657 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Feb 11 22:43:55 2017 +0900 |
committer | Tom Rini <trini@konsulko.com> | Sun Feb 12 14:30:31 2017 -0500 |
tree | 9c539305a39a0675d63fe31ad78c1d3f03e081df | |
parent | e856bdcfb49291d30b19603fc101bea096c48196 [diff] |
flash: compile common/flash.c iif CONFIG_MTD_NO_FLASH is enabled The whole of common/flash.c is guarded by #if defined() ... #endif. Move the conditional to common/Makefile. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>