]> git.baikalelectronics.ru Git - kernel.git/commit
efi/arm/arm64: Makefile: Replace -pg with CC_FLAGS_FTRACE
authorTorsten Duwe <duwe@lst.de>
Fri, 8 Feb 2019 15:10:11 +0000 (16:10 +0100)
committerWill Deacon <will.deacon@arm.com>
Tue, 9 Apr 2019 09:34:59 +0000 (10:34 +0100)
commitb6f2edf83302d125bccf78696fc83ba23b5823af
tree391f4bb1ee2f5b771f8b01d0d00304d35a1d51c2
parente371208de6715e1084d486c2fbfb8cd098fd3d9e
efi/arm/arm64: Makefile: Replace -pg with CC_FLAGS_FTRACE

In preparation for arm64 supporting ftrace built on other compiler
options, let's have Makefiles remove the $(CC_FLAGS_FTRACE) flags,
whatever these maybe, rather than assuming '-pg'.

While at it, fix arm32 as well. There should be no functional change as
a result of this patch.

Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Torsten Duwe <duwe@suse.de>
Signed-off-by: Will Deacon <will.deacon@arm.com>
drivers/firmware/efi/libstub/Makefile