Files
CoolPi-Armbian-Rockchip-RK3…/tools/testing/selftests/filesystems/epoll/Makefile
2025-02-04 12:41:12 -06:00

8 lines
141 B
Makefile

# SPDX-License-Identifier: GPL-2.0
CFLAGS += $(KHDR_INCLUDES)
LDLIBS += -lpthread
TEST_GEN_PROGS := epoll_wakeup_test
include ../../lib.mk