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 <jszhang@kernel.org> Reviewed-by: Emil Renner Berthing <emil.renner.berthing@canonical.com> Link: https://lore.kernel.org/r/20240613153053.3835-1-jszhang@kernel.org Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
1 parent 3308172 commit 8d22d0d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)