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: Rishabh Bhatnagar <rishabhb@codeaurora.org>
This commit is contained in:
Rishabh Bhatnagar
2018-04-12 15:30:35 -07:00
committed by Bryan Huntsman
parent b35d0bce0e
commit 6fe0bae65c

View File

@@ -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