kbuild/ia64: Fix breakage in arch/ia64/kernel/Makefile

From: Sam Ravnborg
Date: Mon Aug 16 2004 - 09:55:28 EST


Brown paperbag time :-(
The *.lds changes that I added to ia64 introduced an error.
Fix it so ia64 build againg.

Pushed to bk://linux-sam.bkbits.net/kbuild

Sam

# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2004/08/16 16:51:51+02:00 sam@xxxxxxxxxxxxxxxxx
# kbuild/ia64: Fix breakage in arch/ia64/kernel/Makefile
#
# Signed-off-by: Sam Ravnborg <sam@xxxxxxxxxxxx>
#
# arch/ia64/kernel/Makefile
# 2004/08/16 16:51:35+02:00 sam@xxxxxxxxxxxxxxxxx +1 -1
# Fix breakage
#
diff -Nru a/arch/ia64/kernel/Makefile b/arch/ia64/kernel/Makefile
--- a/arch/ia64/kernel/Makefile 2004-08-16 16:52:33 +02:00
+++ b/arch/ia64/kernel/Makefile 2004-08-16 16:52:33 +02:00
@@ -21,7 +21,7 @@
# The gate DSO image is built using a special linker script.
targets += gate.so gate-syms.o

-extra-y := gate.so gate-syms.o gate.lds gate.o
+extra-y += gate.so gate-syms.o gate.lds gate.o

# fp_emulate() expects f2-f5,f16-f31 to contain the user-level state.
CFLAGS_traps.o += -mfixed-range=f2-f5,f16-f31
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/