Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11171
b: refs/heads/master
c: 154b500
h: refs/heads/master
i:
  11169: f3f2785
  11167: ad309d2
v: v3
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent e3452fa commit 49726bb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3ce86ee14ba7c4b0f8ddae6030df9d0dee15b236
refs/heads/master: 154b500b1981a8053a15cd8e749a955a9bb60006
8 changes: 7 additions & 1 deletion trunk/arch/mips/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -774,10 +774,17 @@ ifdef CONFIG_MIPS_SEAD
all: vmlinux.srec
endif

ifdef CONFIG_QEMU
all: vmlinux.bin
endif

ifdef CONFIG_SNI_RM200_PCI
all: vmlinux.ecoff
endif

vmlinux.bin: $(vmlinux-32)
+@$(call makeboot,$@)

vmlinux.ecoff vmlinux.rm200: $(vmlinux-32)
+@$(call makeboot,$@)

Expand All @@ -793,7 +800,6 @@ archclean:
@$(MAKE) $(clean)=arch/mips/boot
@$(MAKE) $(clean)=arch/mips/lasat


CLEAN_FILES += vmlinux.32 \
vmlinux.64 \
vmlinux.ecoff
4 changes: 4 additions & 0 deletions trunk/arch/mips/boot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ vmlinux.ecoff: $(obj)/elf2ecoff $(VMLINUX)
$(obj)/elf2ecoff: $(obj)/elf2ecoff.c
$(HOSTCC) -o $@ $^

vmlinux.bin: $(VMLINUX)
$(OBJCOPY) -O binary $(strip-flags) $(VMLINUX) $(obj)/vmlinux.bin

vmlinux.srec: $(VMLINUX)
$(OBJCOPY) -S -O srec $(strip-flags) $(VMLINUX) $(obj)/vmlinux.srec

Expand All @@ -45,5 +48,6 @@ archhelp:

clean-files += addinitrd \
elf2ecoff \
vmlinux.bin \
vmlinux.ecoff \
vmlinux.srec

0 comments on commit 49726bb

Please sign in to comment.