powerpc/mm: Avoid calling arch_enter/leave_lazy_mmu() in set_ptes
[platform/kernel/linux-starfive.git] / tools / testing / selftests / fchmodat2 / Makefile
1 # SPDX-License-Identifier: GPL-2.0-or-later
2
3 CFLAGS += -Wall -O2 -g -fsanitize=address -fsanitize=undefined $(KHDR_INCLUDES)
4 TEST_GEN_PROGS := fchmodat2_test
5
6 include ../lib.mk