xref: /openbmc/linux/tools/testing/selftests/fchmodat2/Makefile (revision aedf323b66b2b875137422ecb7d2525179759076)
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