* [patch 1/1] uml: trivial removal of Makefile var
@ 2005-03-01 19:46 blaisorblade
0 siblings, 0 replies; only message in thread
From: blaisorblade @ 2005-03-01 19:46 UTC (permalink / raw)
To: akpm; +Cc: linux-kernel, blaisorblade
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
_
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-03-02 13:54 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-01 19:46 [patch 1/1] uml: trivial removal of Makefile var blaisorblade
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®