diff options
| -rw-r--r-- | arch/xtensa/Makefile | 2 | ||||
| -rw-r--r-- | arch/xtensa/boot/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/xtensa/Makefile b/arch/xtensa/Makefile index 4276721f5ae..0aa72702f17 100644 --- a/arch/xtensa/Makefile +++ b/arch/xtensa/Makefile | |||
| @@ -88,7 +88,7 @@ core-y += $(buildvar) $(buildplf) | |||
| 88 | libs-y += arch/xtensa/lib/ $(LIBGCC) | 88 | libs-y += arch/xtensa/lib/ $(LIBGCC) |
| 89 | 89 | ||
| 90 | ifneq ($(CONFIG_BUILTIN_DTB),"") | 90 | ifneq ($(CONFIG_BUILTIN_DTB),"") |
| 91 | core-y += arch/xtensa/boot/ | 91 | core-$(CONFIG_OF) += arch/xtensa/boot/ |
| 92 | endif | 92 | endif |
| 93 | 93 | ||
| 94 | boot := arch/xtensa/boot | 94 | boot := arch/xtensa/boot |
diff --git a/arch/xtensa/boot/Makefile b/arch/xtensa/boot/Makefile index 196bc3c967a..818647e815d 100644 --- a/arch/xtensa/boot/Makefile +++ b/arch/xtensa/boot/Makefile | |||
| @@ -28,7 +28,7 @@ bootdir-$(CONFIG_XTENSA_PLATFORM_XTFPGA) += boot-redboot boot-elf boot-uboot | |||
| 28 | 28 | ||
| 29 | BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_BUILTIN_DTB)).dtb.o | 29 | BUILTIN_DTB := $(patsubst "%",%,$(CONFIG_BUILTIN_DTB)).dtb.o |
| 30 | ifneq ($(CONFIG_BUILTIN_DTB),"") | 30 | ifneq ($(CONFIG_BUILTIN_DTB),"") |
| 31 | obj-y += $(BUILTIN_DTB) | 31 | obj-$(CONFIG_OF) += $(BUILTIN_DTB) |
| 32 | endif | 32 | endif |
| 33 | 33 | ||
| 34 | # Rule to build device tree blobs | 34 | # Rule to build device tree blobs |
