Merge tag 'sound-fix-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[linux-2.6-microblaze.git] / arch / riscv / Makefile
index 0289a97..8c29e55 100644 (file)
@@ -96,5 +96,11 @@ $(BOOT_TARGETS): vmlinux
        $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
        @$(kecho) '  Kernel: $(boot)/$@ is ready'
 
+Image.%: Image
+       $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
+
 zinstall install:
        $(Q)$(MAKE) $(build)=$(boot) $@
+
+archclean:
+       $(Q)$(MAKE) $(clean)=$(boot)