ASoC: Merge up v6.6-rc7
[linux-block.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 -static-libasan $(KHDR_INCLUDES)
4 TEST_GEN_PROGS := fchmodat2_test
5
6 include ../lib.mk