diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-10-31 10:20:36 +0300 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-10-31 10:20:36 +0300 |
commit | 694f94f263bee30ada18bab178b98a0d10917e68 (patch) | |
tree | 3f5a210a77dba2c138db918bbff52e65b172f2a3 /arch/sh/boot/compressed | |
parent | 0803d540db06f53acd2fabf1347d5b665218f14a (diff) | |
download | linux-694f94f263bee30ada18bab178b98a0d10917e68.tar.xz |
sh: FTRACE renamed to FUNCTION_TRACER.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boot/compressed')
-rw-r--r-- | arch/sh/boot/compressed/Makefile_32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boot/compressed/Makefile_32 b/arch/sh/boot/compressed/Makefile_32 index 301e6d503256..b96a055b053e 100644 --- a/arch/sh/boot/compressed/Makefile_32 +++ b/arch/sh/boot/compressed/Makefile_32 @@ -23,7 +23,7 @@ IMAGE_OFFSET := $(shell /bin/bash -c 'printf "0x%08x" \ LIBGCC := $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name) -ifeq ($(CONFIG_FTRACE),y) +ifeq ($(CONFIG_FUNCTION_TRACER),y) ORIG_CFLAGS := $(KBUILD_CFLAGS) KBUILD_CFLAGS = $(subst -pg, , $(ORIG_CFLAGS)) endif |