aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/filesystems/eventfd/Makefile
blob: 0a8e3910df1572f48d91654c66faa0de8c542317 (plain) (blame)
1
2
3
4
5
6
7
# SPDX-License-Identifier: GPL-2.0

CFLAGS += $(KHDR_INCLUDES)
LDLIBS += -lpthread
TEST_GEN_PROGS := eventfd_test

include ../../lib.mk