[patch 1/1] uml: trivial removal of Makefile var

From: blaisorblade
Date: Wed Mar 02 2005 - 08:56:22 EST



That var is used only once, use its value directly.

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

linux-2.6.11-paolo/arch/um/drivers/Makefile | 4 +---
1 files changed, 1 insertion(+), 3 deletions(-)

diff -puN arch/um/drivers/Makefile~uml-kbuild-another-trivial-cleanup arch/um/drivers/Makefile
--- linux-2.6.11/arch/um/drivers/Makefile~uml-kbuild-another-trivial-cleanup 2005-03-01 20:36:31.485689728 +0100
+++ linux-2.6.11-paolo/arch/um/drivers/Makefile 2005-03-01 20:44:49.065046168 +0100
@@ -3,8 +3,6 @@
# Licensed under the GPL
#

-CHAN_OBJS := chan_kern.o chan_user.o line.o
-
# pcap is broken in 2.5 because kbuild doesn't allow pcap.a to be linked
# in to pcap.o

@@ -20,7 +18,7 @@ ubd-objs := ubd_kern.o ubd_user.o
port-objs := port_kern.o port_user.o
harddog-objs := harddog_kern.o harddog_user.o

-obj-y := stdio_console.o fd.o $(CHAN_OBJS)
+obj-y := stdio_console.o fd.o chan_kern.o chan_user.o line.o
obj-$(CONFIG_SSL) += ssl.o
obj-$(CONFIG_STDERR_CONSOLE) += stderr_console.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/