Makefile (0c49cd295d42d0032af11d55e2140dbec11dc8d0) | Makefile (e6d60b368b45b9be3aa068f8e5fa98c3487c9d4e) |
---|---|
1# 2# Makefile for the linux kernel. 3# 4 5ifdef CONFIG_FUNCTION_TRACER 6# Don't trace early setup code and tracing code | 1# 2# Makefile for the linux kernel. 3# 4 5ifdef CONFIG_FUNCTION_TRACER 6# Don't trace early setup code and tracing code |
7CFLAGS_REMOVE_early.o = -pg 8CFLAGS_REMOVE_ftrace.o = -pg | 7CFLAGS_REMOVE_early.o = $(CC_FLAGS_FTRACE) 8CFLAGS_REMOVE_ftrace.o = $(CC_FLAGS_FTRACE) |
9endif 10 11# 12# Passing null pointers is ok for smp code, since we access the lowcore here. 13# 14CFLAGS_smp.o := -Wno-nonnull 15 16# --- 52 unchanged lines hidden --- | 9endif 10 11# 12# Passing null pointers is ok for smp code, since we access the lowcore here. 13# 14CFLAGS_smp.o := -Wno-nonnull 15 16# --- 52 unchanged lines hidden --- |