blob: 85427d7f19b9b5dae3a7617a2e0d01182cbd19a9 (
plain)
1
2
3
4
5
6
7
|
# SPDX-License-Identifier: GPL-2.0
CFLAGS += $(KHDR_INCLUDES)
TEST_GEN_PROGS := devpts_pts file_stressor anon_inode_test kernfs_test fclog
TEST_GEN_PROGS_EXTENDED := dnotify_test
include ../lib.mk
|