Skip to content

Commit 8d22d0d

Browse files
xhackerustcpalmer-dabbelt
authored andcommitted
riscv: boot: remove duplicated targets line
The "targets:" is duplicated in another line, remove the one with less targets. Signed-off-by: Jisheng Zhang <[email protected]> Reviewed-by: Emil Renner Berthing <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 3308172 commit 8d22d0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/riscv/boot/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
1818
OBJCOPYFLAGS_loader.bin :=-O binary
1919
OBJCOPYFLAGS_xipImage :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
2020

21-
targets := Image Image.* loader loader.o loader.lds loader.bin
2221
targets := Image Image.* loader loader.o loader.lds loader.bin xipImage
2322

2423
ifeq ($(CONFIG_XIP_KERNEL),y)

0 commit comments

Comments
 (0)