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) 9