xref: /linux/tools/testing/selftests/fchmodat2/Makefile (revision 1c9f8dff62d85ce00b0e99f774a84bd783af7cac)
1# SPDX-License-Identifier: GPL-2.0-or-later
2
3CFLAGS += -Wall -O2 -g -fsanitize=address -fsanitize=undefined $(KHDR_INCLUDES)
4TEST_GEN_PROGS := fchmodat2_test
5
6include ../lib.mk
7