login
Login
/
Register
Search
Header Space
Forums
News
Jobs
Blogs
Features
Man Pages
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
May
»
1
Re: [PATCH] fix rebuild of wakeup.bin
view
thread
Score:
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From:
Rafael J. Wysocki <rjw@...>
To: Sam Ravnborg <sam@...>, Ingo Molnar <mingo@...>
Cc: Roland McGrath <roland@...>, Pavel Machek <pavel@...>, <linux-kernel@...>, Thomas Gleixner <tglx@...>, H. Peter Anvin <hpa@...>
Subject:
Re: [PATCH] fix rebuild of wakeup.bin
Date: Thursday, May 1, 2008 - 6:48 am
On Thursday, 1 of May 2008, Sam Ravnborg wrote:
quoted text
> In kernel/acpi/realmode/Makefile use the 'always' > variable to say that wakeup.bin should always > be made. > > In acpi/Makefile we then do not need to specify the > requested target and we avoid the message from make: > > `arch/x86/kernel/acpi/realmode/wakeup.bin' is up to date. > > Add wakeup.lds to list af targets to avoid rebuilding > wakeup.bin - from Roland McGrath.
Thanks for fixing this! Ingo, please merge.
quoted text
> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> > Cc: Rafael J. Wysocki <rjw@sisk.pl> > Cc: Pavel Machek <pavel@suse.cz> > Cc: Thomas Gleixner <tglx@linutronix.de> > Cc: H. Peter Anvin <hpa@zytor.com> > Cc: Ingo Molnar <mingo@elte.hu> > Cc: Roland McGrath <roland@redhat.com> > --- > diff --git a/arch/x86/kernel/acpi/Makefile b/arch/x86/kernel/acpi/Makefile > index 7335959..fd5ca97 100644 > --- a/arch/x86/kernel/acpi/Makefile > +++ b/arch/x86/kernel/acpi/Makefile > @@ -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 > > diff --git a/arch/x86/kernel/acpi/realmode/Makefile b/arch/x86/kernel/acpi/realmode/Makefile > index 0929008..1c31cc0 100644 > --- a/arch/x86/kernel/acpi/realmode/Makefile > +++ b/arch/x86/kernel/acpi/realmode/Makefile > @@ -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 > > @@ -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
Thanks, Rafael --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
arch/x86/kernel/acpi/realmode/Makefile
, Roland McGrath
, (Wed Apr 30, 9:05 pm)
Re: arch/x86/kernel/acpi/realmode/Makefile
, Sam Ravnborg
, (Thu May 1, 5:39 am)
[PATCH] fix rebuild of wakeup.bin
, Sam Ravnborg
, (Thu May 1, 5:31 am)
Re: [PATCH] fix rebuild of wakeup.bin
, Rafael J. Wysocki
, (Thu May 1, 6:48 am)
Re: [PATCH] fix rebuild of wakeup.bin
, Ingo Molnar
, (Sat May 3, 2:06 pm)
Re: [PATCH] fix rebuild of wakeup.bin
, Sam Ravnborg
, (Sat May 3, 2:15 pm)
Re: [PATCH] fix rebuild of wakeup.bin
, Ingo Molnar
, (Sat May 3, 3:41 pm)
Re: [PATCH] fix rebuild of wakeup.bin
, Sam Ravnborg
, (Sun May 4, 3:21 am)
Navigation
Create content
Mailing list archives
Recent posts
Mail archive search
Enter your search terms.
all mailing lists
alsa-devel
dragonflybsd-bugs
dragonflybsd-commit
dragonflybsd-docs
dragonflybsd-kernel
dragonflybsd-submit
dragonflybsd-user
freebsd-announce
freebsd-bugs
freebsd-chat
freebsd-cluster
freebsd-current
freebsd-drivers
freebsd-embeded
freebsd-fs
freebsd-hackers
freebsd-hardware
freebsd-mobile
freebsd-net
freebsd-performance
freebsd-pf
freebsd-security
freebsd-security-notifications
freebsd-threads
git
git-commits-head
linux-activists
linux-arm
linux-ath5k-devel
linux-btrfs
linux-c-programming
linux-driver-devel
linux-ext4
linux-fsdevel
linux-ia64
linux-input
linux-kernel
linux-kernel-janitors
linux-kernel-mentors
linux-kernel-newbies
linux-kvm
linux-net
linux-netdev
linux-newbie
linux-nfs
linux-raid
linux-scsi
linux-security-module
linux-sparse
linux-usb
linux-usb-devel
madwifi-devel
netbsd-announce
netbsd-tech-kern
openbsd-announce
openbsd-bugs
openbsd-ipv6
openbsd-misc
openbsd-security-announce
openbsd-smp
openbsd-source-changes
openbsd-tech
openfabrics-general
openmoko-community
openmoko-devel
openmoko-kernel
reiserfs-devel
tux3
ucarp
Optionally limit your search to a specific mailing list.
advanced
Popular discussions
linux-kernel
:
Chuck Ebbert
Wanted: simple, safe x86 stack overflow detection
Alan Cox
Re: ndiswrapper and GPL-only symbols redux
Yinghai Lu
[PATCH 03/42] x86: remove irq_vectors_limits
Greg Kroah-Hartman
[PATCH 001/196] Chinese: Add the known_regression URI to the HOWTO
git
:
しらいしななこ
Re: [ANNOUNCE] GIT 1.5.4
Jan Wielemaker
git filter-branch --subdirectory-filter, still a mistery
Pierre Habouzit
[PATCH] guilt(1): Obvious bashisms fixed.
Christopher Faylor
Re: First cut at git port to Cygwin
openbsd-misc
:
Thilo Pfennig
OpenBSD project goals
Marco Peereboom
Re: Real men don't attack straw men
Daniel Hazelton
Re: Wasting our Freedom
Luke Bakken
Re: No Blob without Puffy
linux-netdev
:
Julius Volz
[PATCHv3 19/24] IVPS: Disable sync daemon for IPv6 connections
Paul Moore
[RFC PATCH v4 04/14] selinux: Fix missing calls to netlbl_skbuff_err()
Dave Jones
odd RTL8139 quirk.
Patrick McHardy
[NET_SCHED 04/15]: act_api: use nlmsg_parse
Latest forum posts
How to exec user process in kernel mode.
1 day ago
Linux kernel
[IPSEC]IPSEC_MANUAL_REQID_MAX
1 day ago
Linux kernel
help in UDP catching module..
2 days ago
Linux kernel
Is there anything like Real-time drivers?
4 days ago
Linux general
ns16550 serail console in Linux 2.6.19
4 days ago
Linux general
what class should i use to register my devices
4 days ago
Linux kernel
reset bios pasword toshiba
5 days ago
Hardware
Analysis of Process Scheduling
5 days ago
Linux kernel
RT Kernel and SSH Server Panics
6 days ago
Linux kernel
Resetting the bios password for Toshiba Laptop
6 days ago
Hardware
Show all forums...
Recent Tags
Tux3
2.6.27
Daniel Phillips
filesystem
Linus Torvalds
Andrew Morton
Linux
-rc4
2.6.27-rc5
quote
H. Peter Anvin
-rc5
-rc
more tags
Colocation donated by:
Who's online
There are currently
3 users
and
779 guests
online.
Online users
Mr_Z
kingneutron
calcite
Syndicate
speck-geostationary