summaryrefslogtreecommitdiffstats
path: root/drivers/core/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-07-13 13:17:16 +0900
committerSimon Glass <sjg@chromium.org>2015-07-21 17:39:34 -0600
commit04c5ee41b2ff00d396033bcac676be83a4e51468 (patch)
tree0f8b4050abc2c1b7bc8e69d19020c612d34835a0 /drivers/core/Makefile
parent1f5dd4700a588f389f074491e2b7710e53df66e3 (diff)
downloadtalos-obmc-uboot-04c5ee41b2ff00d396033bcac676be83a4e51468.tar.gz
talos-obmc-uboot-04c5ee41b2ff00d396033bcac676be83a4e51468.zip
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>
Diffstat (limited to 'drivers/core/Makefile')
-rw-r--r--drivers/core/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/core/Makefile b/drivers/core/Makefile
index 54d57e557d..5c2ead870b 100644
--- a/drivers/core/Makefile
+++ b/drivers/core/Makefile
@@ -4,7 +4,7 @@
# SPDX-License-Identifier: GPL-2.0+
#
-obj-$(CONFIG_DM) += device.o lists.o root.o uclass.o util.o
+obj-y += device.o lists.o root.o uclass.o util.o
ifndef CONFIG_SPL_BUILD
obj-$(CONFIG_OF_CONTROL) += simple-bus.o
endif
OpenPOWER on IntegriCloud