dm: remove redundant CONFIG_DM from driver/core/Makefile
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 13 Jul 2015 04:17:16 +0000 (13:17 +0900)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Jul 2015 23:39:34 +0000 (17:39 -0600)
commit04c5ee41b2ff00d396033bcac676be83a4e51468
tree0f8b4050abc2c1b7bc8e69d19020c612d34835a0
parent1f5dd4700a588f389f074491e2b7710e53df66e3
dm: remove redundant CONFIG_DM from driver/core/Makefile

As you see in driver/Makefile, Kbuild descends into the driver/core/
directory only when CONFIG_DM is enabled.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/core/Makefile