[patch 1/1] uml: makefile fix for .lds scripts.

From: blaisorblade_spam
Date: Tue Oct 05 2004 - 11:43:02 EST



Remove uml.lds and dyn.lds from extra-y; this was a relict from the recent
past.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade_spam@xxxxxxxx>
---

linux-2.6.9-current-paolo/arch/um/kernel/Makefile | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN arch/um/kernel/Makefile~uml-makefiles-lds-script-fix arch/um/kernel/Makefile
--- linux-2.6.9-current/arch/um/kernel/Makefile~uml-makefiles-lds-script-fix 2004-10-05 18:20:08.097717672 +0200
+++ linux-2.6.9-current-paolo/arch/um/kernel/Makefile 2004-10-05 18:20:08.099717368 +0200
@@ -3,7 +3,7 @@
# Licensed under the GPL
#

-extra-y := vmlinux.lds uml.lds dyn.lds
+extra-y := vmlinux.lds
clean-files := vmlinux.lds.S

obj-y = checksum.o config.o exec_kern.o exitcode.o frame_kern.o frame.o \
_
-
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/