lkml.org 
[lkml]   [2005]   [Mar]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[patch 1/1] uml: trivial removal of Makefile var
From
Date

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

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
---

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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:10    [W:0.023 / U:0.696 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site