Skip to content

Commit

Permalink
powerpc/kasan: add missing/lost Makefile
Browse files Browse the repository at this point in the history
For unknown reason (aka. mpe is a doofus), the new Makefile added via
the KASAN support patch didn't land into arch/powerpc/mm/kasan/

This patch restores it.

Fixes: 2edb16e ("powerpc/32: Add KASAN support")
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
  • Loading branch information
Christophe Leroy authored and Michael Ellerman committed May 6, 2019
1 parent 83e367f commit 305d600
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/powerpc/mm/kasan/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# SPDX-License-Identifier: GPL-2.0

KASAN_SANITIZE := n

obj-$(CONFIG_PPC32) += kasan_init_32.o

0 comments on commit 305d600

Please sign in to comment.