Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309163
b: refs/heads/master
c: c5403ae
h: refs/heads/master
i:
  309161: 3a412e8
  309159: e6eba22
v: v3
  • Loading branch information
Jarkko Sakkinen authored and H. Peter Anvin committed May 9, 2012
1 parent 9f88c0b commit b9a5d1f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 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: cda846f101fb1396b6924f1d9b68ac3d42de5403
refs/heads/master: c5403aed044e23f8d1ecdf05d0ff120314186527
5 changes: 1 addition & 4 deletions trunk/arch/x86/realmode/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@ subdir- := rm

obj-y += rmpiggy.o

$(obj)/rmpiggy.o: $(obj)/rm/realmode.relocs $(obj)/rm/realmode.bin
$(obj)/rmpiggy.o: $(obj)/rm/realmode.bin

$(obj)/rm/realmode.bin: FORCE
$(Q)$(MAKE) $(build)=$(obj)/rm $@

$(obj)/rm/realmode.relocs: FORCE
$(Q)$(MAKE) $(build)=$(obj)/rm $@
2 changes: 1 addition & 1 deletion trunk/arch/x86/realmode/rm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $(obj)/realmode.elf: $(obj)/realmode.lds $(REALMODE_OBJS) FORCE

OBJCOPYFLAGS_realmode.bin := -O binary

$(obj)/realmode.bin: $(obj)/realmode.elf
$(obj)/realmode.bin: $(obj)/realmode.elf $(obj)/realmode.relocs
$(call if_changed,objcopy)

quiet_cmd_relocs = RELOCS $@
Expand Down

0 comments on commit b9a5d1f

Please sign in to comment.