]> asedeno.scripts.mit.edu Git - linux.git/commit
kasan: Makefile: Replace -pg with CC_FLAGS_FTRACE
authorTorsten Duwe <duwe@lst.de>
Fri, 8 Feb 2019 15:10:14 +0000 (16:10 +0100)
committerWill Deacon <will.deacon@arm.com>
Tue, 9 Apr 2019 09:34:59 +0000 (10:34 +0100)
commite2092740b72384e95b9c8a418536b35d628a1642
treee74d24cf07e3d337a8c5924a08e6e3307c7534ee
parente1a7eafb7350ff118e7538aca76b3f79e9280a8f
kasan: 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 may be, rather than assuming '-pg'.

There should be no functional change as a result of this patch.

Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
Signed-off-by: Torsten Duwe <duwe@suse.de>
Signed-off-by: Will Deacon <will.deacon@arm.com>
mm/kasan/Makefile