Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f1b957d3 authored by Magnus Damm's avatar Magnus Damm Committed by Russell King
Browse files

ARM: 6270/1: clean files in arch/arm/boot/compressed/



Update the compressed boot Makefile for ARM to
remove files during clean.

Signed-off-by: default avatarMagnus Damm <damm@opensource.se>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 4609a179
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -71,6 +71,9 @@ targets := vmlinux vmlinux.lds \
		 piggy.$(suffix_y) piggy.$(suffix_y).o \
		 piggy.$(suffix_y) piggy.$(suffix_y).o \
		 font.o font.c head.o misc.o $(OBJS)
		 font.o font.c head.o misc.o $(OBJS)


# Make sure files are removed during clean
extra-y       += piggy.gzip piggy.lzo piggy.lzma lib1funcs.S

ifeq ($(CONFIG_FUNCTION_TRACER),y)
ifeq ($(CONFIG_FUNCTION_TRACER),y)
ORIG_CFLAGS := $(KBUILD_CFLAGS)
ORIG_CFLAGS := $(KBUILD_CFLAGS)
KBUILD_CFLAGS = $(subst -pg, , $(ORIG_CFLAGS))
KBUILD_CFLAGS = $(subst -pg, , $(ORIG_CFLAGS))