Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] uml: Makefile cleanup

This eliminates some stuff from arch/um/kernel/Makefile which refers to a
file which has long since been deleted.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Jeff Dike and committed by
Linus Torvalds
37f02b63 ccfcd37c

+1 -5
+1 -5
arch/um/kernel/Makefile
··· 23 23 obj-$(CONFIG_MODE_TT) += tt/ 24 24 obj-$(CONFIG_MODE_SKAS) += skas/ 25 25 26 - # This needs be compiled with frame pointers regardless of how the rest of the 27 - # kernel is built. 28 - CFLAGS_frame.o := -fno-omit-frame-pointer 29 - 30 26 user-objs-$(CONFIG_TTY_LOG) += tty_log.o 31 27 32 28 USER_OBJS := $(user-objs-y) config.o helper.o main.o process.o tempfile.o \ 33 - time.o tty_log.o umid.o user_util.o frame.o 29 + time.o tty_log.o umid.o user_util.o 34 30 35 31 include arch/um/scripts/Makefile.rules 36 32