projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4cece76
)
microblaze: Remove gcc flag for non existing early_printk.c file
author
Michal Simek
<michal.simek@amd.com>
Thu, 11 Apr 2024 08:21:44 +0000
(10:21 +0200)
committer
Michal Simek
<michal.simek@amd.com>
Wed, 24 Apr 2024 08:27:31 +0000
(10:27 +0200)
early_printk support for removed long time ago but compilation flag for
ftrace still points to already removed file that's why remove that line
too.
Fixes: 96f0e6fcc9ad ("microblaze: remove redundant early_printk support")
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link:
https://lore.kernel.org/r/5493467419cd2510a32854e2807bcd263de981a0.1712823702.git.michal.simek@amd.com
arch/microblaze/kernel/Makefile
patch
|
blob
|
history
diff --git
a/arch/microblaze/kernel/Makefile
b/arch/microblaze/kernel/Makefile
index 4393bee64eaf80b5a3d2dee8aa59d31fdccf295b..85c4d29ef43e9e3435619b4702c4d96f7c23bbec 100644
(file)
--- a/
arch/microblaze/kernel/Makefile
+++ b/
arch/microblaze/kernel/Makefile
@@
-7,7
+7,6
@@
ifdef CONFIG_FUNCTION_TRACER
# Do not trace early boot code and low level code
CFLAGS_REMOVE_timer.o = -pg
CFLAGS_REMOVE_intc.o = -pg
-CFLAGS_REMOVE_early_printk.o = -pg
CFLAGS_REMOVE_ftrace.o = -pg
CFLAGS_REMOVE_process.o = -pg
endif