Loading arch/frv/boot/Makefile +6 −4 Original line number Diff line number Diff line Loading @@ -17,6 +17,8 @@ PARAMS_PHYS = 0x0207c000 INITRD_PHYS = 0x02180000 INITRD_VIRT = 0x02180000 OBJCOPYFLAGS :=-O binary -R .note -R .note.gnu.build-id -R .comment # # If you don't define ZRELADDR above, # then it defaults to ZTEXTADDR Loading @@ -32,18 +34,18 @@ Image: $(obj)/Image targets: $(obj)/Image $(obj)/Image: vmlinux FORCE $(OBJCOPY) -O binary -R .note -R .comment -S vmlinux $@ $(OBJCOPY) $(OBJCOPYFLAGS) -S vmlinux $@ #$(obj)/Image: $(CONFIGURE) $(SYSTEM) # $(OBJCOPY) -O binary -R .note -R .comment -g -S $(SYSTEM) $@ # $(OBJCOPY) $(OBJCOPYFLAGS) -g -S $(SYSTEM) $@ bzImage: zImage zImage: $(CONFIGURE) compressed/$(LINUX) $(OBJCOPY) -O binary -R .note -R .comment -S compressed/$(LINUX) $@ $(OBJCOPY) $(OBJCOPYFLAGS) -S compressed/$(LINUX) $@ bootpImage: bootp/bootp $(OBJCOPY) -O binary -R .note -R .comment -S bootp/bootp $@ $(OBJCOPY) $(OBJCOPYFLAGS) -S bootp/bootp $@ compressed/$(LINUX): $(LINUX) dep @$(MAKE) -C compressed $(LINUX) Loading Loading
arch/frv/boot/Makefile +6 −4 Original line number Diff line number Diff line Loading @@ -17,6 +17,8 @@ PARAMS_PHYS = 0x0207c000 INITRD_PHYS = 0x02180000 INITRD_VIRT = 0x02180000 OBJCOPYFLAGS :=-O binary -R .note -R .note.gnu.build-id -R .comment # # If you don't define ZRELADDR above, # then it defaults to ZTEXTADDR Loading @@ -32,18 +34,18 @@ Image: $(obj)/Image targets: $(obj)/Image $(obj)/Image: vmlinux FORCE $(OBJCOPY) -O binary -R .note -R .comment -S vmlinux $@ $(OBJCOPY) $(OBJCOPYFLAGS) -S vmlinux $@ #$(obj)/Image: $(CONFIGURE) $(SYSTEM) # $(OBJCOPY) -O binary -R .note -R .comment -g -S $(SYSTEM) $@ # $(OBJCOPY) $(OBJCOPYFLAGS) -g -S $(SYSTEM) $@ bzImage: zImage zImage: $(CONFIGURE) compressed/$(LINUX) $(OBJCOPY) -O binary -R .note -R .comment -S compressed/$(LINUX) $@ $(OBJCOPY) $(OBJCOPYFLAGS) -S compressed/$(LINUX) $@ bootpImage: bootp/bootp $(OBJCOPY) -O binary -R .note -R .comment -S bootp/bootp $@ $(OBJCOPY) $(OBJCOPYFLAGS) -S bootp/bootp $@ compressed/$(LINUX): $(LINUX) dep @$(MAKE) -C compressed $(LINUX) Loading