Skip to content

Commit edc66cf

Browse files
committed
microblaze: Remove gcc flag for non existing early_printk.c file
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: 96f0e6f ("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
1 parent 4cece76 commit edc66cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/microblaze/kernel/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ ifdef CONFIG_FUNCTION_TRACER
77
# Do not trace early boot code and low level code
88
CFLAGS_REMOVE_timer.o = -pg
99
CFLAGS_REMOVE_intc.o = -pg
10-
CFLAGS_REMOVE_early_printk.o = -pg
1110
CFLAGS_REMOVE_ftrace.o = -pg
1211
CFLAGS_REMOVE_process.o = -pg
1312
endif

0 commit comments

Comments
 (0)