Commit a6f1216b authored by Paolo \'Blaisorblade\' Giarrusso's avatar Paolo \'Blaisorblade\' Giarrusso Committed by Linus Torvalds

[PATCH] uml: trivial removal of Makefile var

That var is used only once, use its value directly.
Signed-off-by: default avatarPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 391d0122
...@@ -3,8 +3,6 @@ ...@@ -3,8 +3,6 @@
# Licensed under the GPL # 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 # pcap is broken in 2.5 because kbuild doesn't allow pcap.a to be linked
# in to pcap.o # in to pcap.o
...@@ -20,7 +18,7 @@ ubd-objs := ubd_kern.o ubd_user.o ...@@ -20,7 +18,7 @@ ubd-objs := ubd_kern.o ubd_user.o
port-objs := port_kern.o port_user.o port-objs := port_kern.o port_user.o
harddog-objs := harddog_kern.o harddog_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_SSL) += ssl.o
obj-$(CONFIG_STDERR_CONSOLE) += stderr_console.o obj-$(CONFIG_STDERR_CONSOLE) += stderr_console.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment