]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/unicore32/Makefile
x86/timers: Move simple_udelay_calibration past init_hypervisor_platform
[karo-tx-linux.git] / arch / unicore32 / Makefile
index b6f5c4c1eaf95d1fe79f14771e81a674dc49a45d..98a5ca43ae87001c67b2b3e38304afb371831f2f 100644 (file)
@@ -43,9 +43,9 @@ boot                  := arch/unicore32/boot
 
 # Default defconfig and target when executing plain make
 KBUILD_DEFCONFIG       := $(ARCH)_defconfig
-KBUILD_IMAGE           := zImage
+KBUILD_IMAGE           := $(boot)/zImage
 
-all:   $(KBUILD_IMAGE)
+all:   zImage
 
 zImage Image uImage: vmlinux
        $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@