Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / arch / x86 / kernel / acpi / realmode / Makefile
index 092900854acc79f54953facf917d565442d0305a..167bc16ce0e59ca080112db6d232f270df7ceea0 100644 (file)
@@ -6,9 +6,10 @@
 # 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
+wakeup-y       += wakeup.o wakemain.o video-mode.o copy.o bioscall.o regs.o
 
 # The link order of the video-*.o modules can matter.  In particular,
 # video-vga.o *must* be listed first, followed by video-vesa.o.
@@ -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
This page took 0.037006 seconds and 5 git commands to generate.