From: Andrew Morton all the powerpc files got moved around. Hope this works.. Cc: Peter Oberparleiter Cc: Rusty Russell Cc: Sam Ravnborg Cc: Paul Mackerras Cc: Benjamin Herrenschmidt Signed-off-by: Andrew Morton --- arch/powerpc/boot/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff -puN arch/powerpc/boot/Makefile~gcov-architecture-specific-compile-flag-adjustments-powerpc-moved-stuff arch/powerpc/boot/Makefile --- a/arch/powerpc/boot/Makefile~gcov-architecture-specific-compile-flag-adjustments-powerpc-moved-stuff +++ a/arch/powerpc/boot/Makefile @@ -25,6 +25,8 @@ BOOTCFLAGS := -Wall -Wundef -Wstrict- -isystem $(shell $(CROSS32CC) -print-file-name=include) BOOTAFLAGS := -D__ASSEMBLY__ $(BOOTCFLAGS) -traditional -nostdinc +GCOV := n + ifdef CONFIG_DEBUG_INFO BOOTCFLAGS += -g endif _