Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c3b1e81 authored by Prakruthi Deepak Heragu's avatar Prakruthi Deepak Heragu
Browse files

arm64: Build kernel image when appended dtb is disabled



As KBUILD_TARGET rule is not defined for CONFIG_BUILD_ARM64_APPENDED_DTB
disabled case, Image is not generated. Add support to build the kernel
when the CONFIG_BUILD_ARM64_APPENDED_DTB is disabled.

Change-Id: I08ae193d2394c34fdd3d537c9224d3b69e81f401
Signed-off-by: default avatarPrakruthi Deepak Heragu <pheragu@codeaurora.org>
parent 07d213b0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -156,6 +156,9 @@ boot := arch/arm64/boot
ifeq ($(CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE),y)
KBUILD_TARGET  := $(addsuffix -dtb,$(KBUILD_IMAGE))
KBUILD_IMAGE	:= $(boot)/$(addsuffix -dtb,$(KBUILD_IMAGE))
else
KBUILD_TARGET := $(KBUILD_IMAGE)
KBUILD_IMAGE  := $(boot)/$(KBUILD_IMAGE)
endif

KBUILD_DTBS	:= dtbs