From: Sam Ravnborg Date: Thu, 1 May 2008 09:31:07 +0000 (+0200) Subject: kbuild, suspend, x86: fix rebuild of wakeup.bin X-Git-Tag: v2.6.26-rc2~76^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c6214c75a5aca5417156a47cd890b128c5f0637;p=pandora-kernel.git kbuild, suspend, x86: fix rebuild of wakeup.bin 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. Signed-off-by: Sam Ravnborg Cc: Rafael J. Wysocki Cc: Pavel Machek Cc: H. Peter Anvin Cc: Roland McGrath Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed