riscv: Clean up boot dir
[linux-2.6-microblaze.git] / arch / riscv / boot / Makefile
index c59fca6..03404c8 100644 (file)
@@ -18,7 +18,7 @@ KCOV_INSTRUMENT := n
 
 OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
 
-targets := Image loader
+targets := Image Image.* loader loader.o loader.lds loader.bin
 
 $(obj)/Image: vmlinux FORCE
        $(call if_changed,objcopy)