diff options
Diffstat (limited to 'arch/x86/realmode/rm/Makefile')
-rw-r--r-- | arch/x86/realmode/rm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/x86/realmode/rm/Makefile b/arch/x86/realmode/rm/Makefile index 3497f14e4dea..7c0d7be176a5 100644 --- a/arch/x86/realmode/rm/Makefile +++ b/arch/x86/realmode/rm/Makefile | |||
@@ -52,8 +52,9 @@ $(obj)/realmode.elf: $(obj)/realmode.lds $(REALMODE_OBJS) FORCE | |||
52 | OBJCOPYFLAGS_realmode.bin := -O binary | 52 | OBJCOPYFLAGS_realmode.bin := -O binary |
53 | 53 | ||
54 | targets += realmode.bin | 54 | targets += realmode.bin |
55 | $(obj)/realmode.bin: $(obj)/realmode.elf $(obj)/realmode.relocs | 55 | $(obj)/realmode.bin: $(obj)/realmode.elf $(obj)/realmode.relocs FORCE |
56 | $(call if_changed,objcopy) | 56 | $(call if_changed,objcopy) |
57 | @: | ||
57 | 58 | ||
58 | quiet_cmd_relocs = RELOCS $@ | 59 | quiet_cmd_relocs = RELOCS $@ |
59 | cmd_relocs = arch/x86/tools/relocs --realmode $< > $@ | 60 | cmd_relocs = arch/x86/tools/relocs --realmode $< > $@ |