Skip to content

Commit e5a30ce

Browse files
author
Dmitry Shmidt
committed
HACK: ARM64: Replace default target from Image.gz-dtb to Image-dtb
Change-Id: I196857b77a294f906c9944c41ceffed52a425b1d Signed-off-by: Dmitry Shmidt <[email protected]>
1 parent 7ee6fa6 commit e5a30ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ core-$(CONFIG_EFI_STUB) += $(objtree)/drivers/firmware/efi/libstub/lib.a
7676

7777
# Default target when executing plain make
7878
ifeq ($(CONFIG_BUILD_ARM64_APPENDED_DTB_IMAGE),y)
79-
KBUILD_IMAGE := Image.gz-dtb
79+
KBUILD_IMAGE := Image-dtb
8080
else
8181
KBUILD_IMAGE := Image.gz
8282
endif

0 commit comments

Comments
 (0)