Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95984
b: refs/heads/master
c: 4c6214c
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg authored and Ingo Molnar committed May 4, 2008
1 parent ba40666 commit 95227cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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: 22eecde2f9034764a3fd095eecfa3adfb8ec9a98
refs/heads/master: 4c6214c75a5aca5417156a47cd890b128c5f0637
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/acpi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ endif
$(obj)/wakeup_rm.o: $(obj)/realmode/wakeup.bin

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

5 changes: 3 additions & 2 deletions trunk/arch/x86/kernel/acpi/realmode/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
# for more details.
#

targets := wakeup.bin wakeup.elf
always := wakeup.bin
targets := wakeup.elf wakeup.lds

wakeup-y += wakeup.o wakemain.o video-mode.o copy.o

Expand Down Expand Up @@ -48,7 +49,7 @@ LDFLAGS_wakeup.elf := -T

CPPFLAGS_wakeup.lds += -P -C

$(obj)/wakeup.elf: $(src)/wakeup.lds $(WAKEUP_OBJS) FORCE
$(obj)/wakeup.elf: $(obj)/wakeup.lds $(WAKEUP_OBJS) FORCE
$(call if_changed,ld)

OBJCOPYFLAGS_wakeup.bin := -O binary
Expand Down

0 comments on commit 95227cd

Please sign in to comment.