reset: remove redundant $(CONFIG_RESET_CONTROLLER) from Makefile
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Thu, 5 Nov 2015 08:17:32 +0000 (17:17 +0900)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 16 Nov 2015 08:23:47 +0000 (09:23 +0100)
commit5b321a631ab66c6ecf6aaa8a2059b61383e27096
tree16d7492e7b5290d9879f0000ea3a776e96bc9089
parent39b4da71ca334354f30941067f214ea2f2b92f3e
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>
drivers/reset/Makefile
This page took 0.025419 seconds and 5 git commands to generate.