commit | 5b321a631ab66c6ecf6aaa8a2059b61383e27096 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Thu Nov 05 17:17:32 2015 +0900 |
committer | Philipp Zabel <p.zabel@pengutronix.de> | Mon Nov 16 09:23:47 2015 +0100 |
tree | 16d7492e7b5290d9879f0000ea3a776e96bc9089 | |
parent | 39b4da71ca334354f30941067f214ea2f2b92f3e [diff] |
reset: remove redundant $(CONFIG_RESET_CONTROLLER) from Makefile The directory drivers/reset/ is guarded by CONFIG_RESET_CONTROLLER in driver/Makefile. CONFIG_RESET_CONTROLLER is boolean, so it always evaluates to 'y' in drivers/reset/Makefile. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>