]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/arm64/Makefile
Merge tag 'platform-drivers-x86-v4.12-2' of git://git.infradead.org/linux-platform...
[karo-tx-linux.git] / arch / arm64 / Makefile
index 7dedf2d8494e368865e0f18c0095f53c499f2649..f839ecd919f934c54a73d8e9f8179aff3d3cba26 100644 (file)
@@ -102,12 +102,12 @@ libs-y            := arch/arm64/lib/ $(libs-y)
 core-$(CONFIG_EFI_STUB) += $(objtree)/drivers/firmware/efi/libstub/lib.a
 
 # Default target when executing plain make
-KBUILD_IMAGE   := Image.gz
+boot           := arch/arm64/boot
+KBUILD_IMAGE   := $(boot)/Image.gz
 KBUILD_DTBS    := dtbs
 
-all:   $(KBUILD_IMAGE) $(KBUILD_DTBS)
+all:   Image.gz $(KBUILD_DTBS)
 
-boot := arch/arm64/boot
 
 Image: vmlinux
        $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@