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

Commit 6fe0bae6 authored by Rishabh Bhatnagar's avatar Rishabh Bhatnagar Committed by Bryan Huntsman
Browse files

arm64: Use the kernel_image_name config option



Use the kernel_image_name config option to determine whether the kernel
image has dtb appended to it or not

Change-Id: I18dbe7bd13f884009fc8740f447bb20c5ff728ff
Signed-off-by: default avatarRishabh Bhatnagar <rishabhb@codeaurora.org>
parent b35d0bce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@ endif

KBUILD_DTBS	:= dtbs

all:	Image.gz $(KBUILD_DTBS)
all:	$(KBUILD_DTBS) $(subst $\",,$(CONFIG_BUILD_ARM64_APPENDED_KERNEL_IMAGE_NAME))


Image: vmlinux