From acc34cae77c43d6e0cbff8be4633b40e3e9a8523 Mon Sep 17 00:00:00 2001 From: Jeff Dike Date: Fri, 6 May 2005 21:30:51 -0700 Subject: [PATCH] --- yaml --- r: 1080 b: refs/heads/master c: 37f02b63bdc55147a32cedf7831452efd5a72748 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/um/kernel/Makefile | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index bf0b3d7314e6..08086175a259 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ccfcd37cb694fc71ddf16fa7faa9e06811a26e5b +refs/heads/master: 37f02b63bdc55147a32cedf7831452efd5a72748 diff --git a/trunk/arch/um/kernel/Makefile b/trunk/arch/um/kernel/Makefile index dca654263857..9736ca27c5f0 100644 --- a/trunk/arch/um/kernel/Makefile +++ b/trunk/arch/um/kernel/Makefile @@ -23,14 +23,10 @@ obj-$(CONFIG_SYSCALL_DEBUG) += syscall_user.o obj-$(CONFIG_MODE_TT) += tt/ obj-$(CONFIG_MODE_SKAS) += skas/ -# This needs be compiled with frame pointers regardless of how the rest of the -# kernel is built. -CFLAGS_frame.o := -fno-omit-frame-pointer - user-objs-$(CONFIG_TTY_LOG) += tty_log.o USER_OBJS := $(user-objs-y) config.o helper.o main.o process.o tempfile.o \ - time.o tty_log.o umid.o user_util.o frame.o + time.o tty_log.o umid.o user_util.o include arch/um/scripts/Makefile.rules