projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f5dd47
)
dm: remove redundant CONFIG_DM from driver/core/Makefile
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Mon, 13 Jul 2015 04:17:16 +0000
(13:17 +0900)
committer
Simon Glass
<sjg@chromium.org>
Tue, 21 Jul 2015 23:39:34 +0000
(17:39 -0600)
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
patch
|
blob
|
history
diff --git
a/drivers/core/Makefile
b/drivers/core/Makefile
index
54d57e5
..
5c2ead8
100644
(file)
--- 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