We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3308172 commit 8d22d0dCopy full SHA for 8d22d0d
arch/riscv/boot/Makefile
@@ -18,7 +18,6 @@ OBJCOPYFLAGS_Image :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
18
OBJCOPYFLAGS_loader.bin :=-O binary
19
OBJCOPYFLAGS_xipImage :=-O binary -R .note -R .note.gnu.build-id -R .comment -S
20
21
-targets := Image Image.* loader loader.o loader.lds loader.bin
22
targets := Image Image.* loader loader.o loader.lds loader.bin xipImage
23
24
ifeq ($(CONFIG_XIP_KERNEL),y)
0 commit comments