]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - tools/testing/selftests/filesystems/Makefile
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / tools / testing / selftests / filesystems / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 TEST_PROGS := dnotify_test
3 all: $(TEST_PROGS)
4
5 include ../lib.mk
6
7 clean:
8 rm -fr $(TEST_PROGS)