summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/Makefile
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2012-12-10 16:26:21 -0500
committerChris Zankel <chris@zankel.net>2012-12-19 00:10:26 -0500
commit055d4db1e1ef6f983c3565110fbe6737087e9103 (patch)
tree9d9e95f8a494b06dd04d959fc8c6a125eae96533 /arch/xtensa/Makefile
parent33c760fbb7a8fa46314437746dd7f5540da5498e (diff)
xtensa: don't try to build DTB when OF is disabled
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/Makefile')
-rw-r--r--arch/xtensa/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/Makefile b/arch/xtensa/Makefile
index 4276721f5ae1..0aa72702f179 100644
--- a/arch/xtensa/Makefile
+++ b/arch/xtensa/Makefile
@@ -88,7 +88,7 @@ core-y += $(buildvar) $(buildplf)
88libs-y += arch/xtensa/lib/ $(LIBGCC) 88libs-y += arch/xtensa/lib/ $(LIBGCC)
89 89
90ifneq ($(CONFIG_BUILTIN_DTB),"") 90ifneq ($(CONFIG_BUILTIN_DTB),"")
91core-y += arch/xtensa/boot/ 91core-$(CONFIG_OF) += arch/xtensa/boot/
92endif 92endif
93 93
94boot := arch/xtensa/boot 94boot := arch/xtensa/boot