diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/boot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/Makefile b/arch/powerpc/boot/Makefile index 9d7b87778995..3716594ea33e 100644 --- a/arch/powerpc/boot/Makefile +++ b/arch/powerpc/boot/Makefile | |||
@@ -166,7 +166,7 @@ cuboot-plat-$(CONFIG_83xx) += 83xx | |||
166 | cuboot-plat-$(CONFIG_85xx) += 85xx | 166 | cuboot-plat-$(CONFIG_85xx) += 85xx |
167 | cuboot-plat-y += unknown-platform | 167 | cuboot-plat-y += unknown-platform |
168 | 168 | ||
169 | dts = $(if $(shell echo $(CONFIG_) | grep '^/'),\ | 169 | dts = $(if $(shell echo $(CONFIG_DEVICE_TREE) | grep '^/'),\ |
170 | ,$(srctree)/$(src)/dts/)$(CONFIG_DEVICE_TREE) | 170 | ,$(srctree)/$(src)/dts/)$(CONFIG_DEVICE_TREE) |
171 | 171 | ||
172 | $(obj)/cuImage: vmlinux $(wrapperbits) | 172 | $(obj)/cuImage: vmlinux $(wrapperbits) |