License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.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)